Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #47

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #47

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
ci:
runs-on: ubuntu-latest
env:
CC: gcc
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: cargo build --verbose
- run: cargo test
- run: cargo clippy -- -D warnings
- run: cargo fmt --all -- --check