Skip to content

(feature): allow top level controls (if,for,etc.) in Starlark config #17

(feature): allow top level controls (if,for,etc.) in Starlark config

(feature): allow top level controls (if,for,etc.) in Starlark config #17

Workflow file for this run

name: lint
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linter
run: |
make lint