Try cloning directly into the working directory
This commit is contained in:
parent
8faa29887c
commit
78a45b8db3
1 changed files with 4 additions and 5 deletions
|
|
@ -8,13 +8,12 @@ jobs:
|
|||
- name: checkout code
|
||||
run: |
|
||||
apt --update -y install git
|
||||
git clone https://codeberg.org/jutty/en
|
||||
cd en
|
||||
ls
|
||||
pwd; ls -la
|
||||
git clone https://codeberg.org/jutty/en .
|
||||
ls -la
|
||||
- name: formatting
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
pwd; ls -la
|
||||
rustup component add rustfmt
|
||||
cargo fmt -- --check
|
||||
- name: lints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue