Mirror of Awesome Sysadmin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
336 B

  1. on:
  2. push:
  3. branches: [ master ]
  4. pull_request:
  5. branches: [ master ]
  6. workflow_dispatch:
  7. concurrency:
  8. group: ${{ github.ref }}
  9. cancel-in-progress: true
  10. jobs:
  11. ci:
  12. runs-on: ubuntu-latest
  13. steps:
  14. - uses: actions/checkout@v3
  15. - run: make import
  16. - run: make awesome_lint
  17. - run: make url_check