Skip to content

Commit c796e00

Browse files
committed
update actions
1 parent fc159f3 commit c796e00

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: CI
32

43
on:
@@ -22,12 +21,13 @@ jobs:
2221
bundle: planify.Devel.flatpak
2322
manifest-path: build-aux/io.github.alainm23.planify.Devel.json
2423
cache-key: flatpak-builder-${{ github.sha }}
25-
lint:
26-
name: "Vala Lint"
27-
runs-on: ubuntu-latest
28-
steps:
29-
- uses: actions/checkout@v4
30-
- uses: elementary/actions/vala-lint@main
31-
with:
32-
dir: .
33-
conf: .vala-lint.conf
24+
25+
lint:
26+
name: "Vala Lint"
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v4
30+
- uses: elementary/actions/vala-lint@main
31+
with:
32+
dir: .
33+
conf: .vala-lint.conf

0 commit comments

Comments
 (0)