diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..251f34d --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,18 @@ +name: "Lint" + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + lint: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Setup tools + run: scripts/devsetup + - name: Run linter + run: gdformat .