1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
name: Style on: pull_request: push: branches: [main] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: style: uses: jhheider/rust-ci/.github/workflows/style.yml@v1 with: skip-prefixes: "LICENSE"