Skip to content

chore: renamed workflows' names #3

chore: renamed workflows' names

chore: renamed workflows' names #3

Workflow file for this run

name: "CI"
on:
push:
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Setup environment"
uses: ./.github/workflows/setup.yml
with:
runner: ubuntu-20.04
target: x86_64-unknown-linux-gnu
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1