Skip to content

build(deps): bump cross-platform-actions/action from 0.28.0 to 0.29.0 in the actions group #581

build(deps): bump cross-platform-actions/action from 0.28.0 to 0.29.0 in the actions group

build(deps): bump cross-platform-actions/action from 0.28.0 to 0.29.0 in the actions group #581

name: Pre-commit
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main
cargo-tools:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
steps:
- uses: actions/checkout@v4
- run: rustup update
- name: Cache .cargo locked resources
uses: actions/cache@v4
with:
path: ~/.cargo
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
- name: cargo clippy
run: cargo clippy
- name: cargo fmt
run: cargo fmt --check
lint-js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- run: yarn install
- run: yarn lint
conventional-commit:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update --no-self-update
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main
- name: Install committed
run: cargo binstall -y committed
- name: Check PR title
run: >-
echo "${{ github.event.pull_request.title }}"
| committed --config .config/committed.toml --commit-file -