Skip to content

Bump the ci-dependencies group with 1 update #38

Bump the ci-dependencies group with 1 update

Bump the ci-dependencies group with 1 update #38

Workflow file for this run

name: "Rust CI"
on:
push:
branches:
- main
pull_request:
jobs:
lint:
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
clippy:
needs: lint
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
test:
needs: clippy
strategy:
matrix:
triple:
- {
os: "ubuntu-latest",
target: "x86_64-unknown-linux-gnu",
}
uses: darbiadev/.github/.github/workflows/rust-test.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
with:
os: ${{ matrix.triple.os }}
target: ${{ matrix.triple.target }}