Skip to content

Commit

Permalink
Fix missing character
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubarov committed Jan 10, 2024
1 parent ec74357 commit 7071f3c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ame: CI
name: CI

on:
push:
Expand Down Expand Up @@ -56,16 +56,16 @@ jobs:
with:
path: valida

# - name: Install nightly toolchain
# uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: nightly
# components: rustfmt, clippy
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt, clippy

# - name: Format
# working-directory: valida
# run: cargo fmt --all -- --check
- name: Format
working-directory: valida
run: cargo fmt --all -- --check

# TODO: Enforce clippy at some point...
# - name: Run cargo clippy
Expand Down

0 comments on commit 7071f3c

Please sign in to comment.