Skip to content

build: docker use llvm-dev instead of clang #21

build: docker use llvm-dev instead of clang

build: docker use llvm-dev instead of clang #21

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Check Formatting
run: cargo fmt --all --check