main.yml 272 B

123456789101112131415
  1. on:
  2. pull_request:
  3. branches: [main]
  4. paths:
  5. - 'readme.md'
  6. jobs:
  7. lint:
  8. runs-on: ubuntu-latest
  9. steps:
  10. - uses: actions/checkout@v4
  11. with:
  12. fetch-depth: 0
  13. - name: awesome-lint
  14. run: ./.github/workflows/repo_linter.sh