mirror of
https://github.com/labwc/labwc.git
synced 2026-05-03 06:47:22 -04:00
Update build.yml
This commit is contained in:
parent
7e50c60b00
commit
c5b1169686
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
name: CodeStyleCheck
|
name: CodeStyleCheck
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
- name: Code Style
|
- name: Code Style
|
||||||
run: |
|
run: |
|
||||||
./scripts/check
|
./scripts/check
|
||||||
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
container: ${{ matrix.container }}
|
container: ${{ matrix.container }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Arch Linux dependencies
|
- name: Install Arch Linux dependencies
|
||||||
if: matrix.name == 'Arch'
|
if: matrix.name == 'Arch'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue