diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index 8ae5321..edcbe73 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -8,9 +8,11 @@ env: CARGO_TERM_COLOR: always jobs: - build: + check-format: runs-on: ubuntu-latest steps: + - name: List + run: ls -a - name: Set cargo fmt output run: export FMT_OUTPUT=$(cargo fmt --message-format short) - name: Print cargo fmt output