name: CI on: pull_request: branches: [main] workflow_dispatch: jobs: Awesome_Lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - run: npx awesome-lint