Skip to content

chore(deps): bump log from 0.4.20 to 0.4.21 in /rust-peer #63

chore(deps): bump log from 0.4.20 to 0.4.21 in /rust-peer

chore(deps): bump log from 0.4.20 to 0.4.21 in /rust-peer #63

Workflow file for this run

name: Continuous Integration
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rust:
runs-on: ubuntu-latest
env:
RUSTFLAGS: '-Dwarnings' # Never tolerate warnings.
defaults:
run:
working-directory: ./rust-peer
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check
- run: cargo clippy
- run: cargo test
go-check:
uses: pl-strflt/uci/.github/workflows/go-check.yml@v0.0

Check failure on line 25 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "pl-strflt/uci/.github/workflows/go-check.yml@v0.0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
go-version: '1.21.x'
go-test:
uses: pl-strflt/uci/.github/workflows/go-test.yml@v0.0
with:
go-versions: '["1.21.x"]'