Skip to content

Commit 59a426d

Browse files
committed
fix lint
1 parent 6f59deb commit 59a426d

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}
77
cancel-in-progress: true
88
name: CI
9+
jobs:
10+
lint:
11+
name: "Vala Lint"
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: elementary/actions/vala-lint@main
16+
with:
17+
dir: .
18+
conf: .vala-lint.conf
919
flatpak-devel:
1020
name: "Flatpak (Devel)"
1121
runs-on: ubuntu-latest

.github/workflows/lint.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)