mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 00:30:12 +08:00
Checkout first, so we stay in the same working dir.
This commit is contained in:
parent
1ec5c46361
commit
526d28c03b
6
.github/workflows/format-check.yml
vendored
6
.github/workflows/format-check.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Install OS dependencies (needed for act on ubuntu-latest)
|
||||
run: |
|
||||
sudo apt update
|
||||
@ -32,9 +34,7 @@ jobs:
|
||||
with:
|
||||
dotnet-version: "6.0.x"
|
||||
include-prerelease: true
|
||||
- run: dotnet tool install -g dotnet-format
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
- run: dotnet tool install -g dotnet-format
|
||||
|
||||
- name: Install Node and dependenceis
|
||||
uses: actions/setup-node@v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user