Skip to content

Release Automation and CI #2

Release Automation and CI

Release Automation and CI #2

Workflow file for this run

name: Lint Commits
on:
pull_request:
permissions:
contents: read
env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
CLICOLOR: 1
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
committed:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/committed@master