Add debug output for clone results
This commit is contained in:
parent
3fbd7185a2
commit
8faa29887c
1 changed files with 3 additions and 0 deletions
|
|
@ -10,8 +10,11 @@ jobs:
|
|||
apt --update -y install git
|
||||
git clone https://codeberg.org/jutty/en
|
||||
cd en
|
||||
ls
|
||||
- name: formatting
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
rustup component add rustfmt
|
||||
cargo fmt -- --check
|
||||
- name: lints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue