commit | 5002f7e6a5cf6f2864bf22925eb78a57e18f93c5 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Aug 29 21:59:28 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Aug 29 21:59:28 2022 -0400 |
tree | 4296a551bf99559a7102977b24ec294a7e128d3c | |
parent | 473c0f3bc7dde55595a27b93327082eacddda324 [diff] [blame] |
Added logins again
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml new file mode 100644 index 0000000..792ca65 --- /dev/null +++ b/.github/workflows/linters.yml
@@ -0,0 +1,14 @@ +name: linters +on: + pull_request: {} + push: + branches: + - main + +jobs: + verify-github-workflows: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3.0.2 + - run: ./hack/generate-github-workflows + - run: git diff --exit-code