fixed formatting
Some checks failed
Build Project / test (push) Failing after 19s

This commit is contained in:
2023-09-24 22:46:31 +00:00
parent 4d87cfb00a
commit 5b36b94174

View File

@@ -33,8 +33,8 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: nightly toolchain: nightly
override: true override: true
components: rustfmt, clippy components: rustfmt, clippy
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Run migrations - name: Run migrations