Skip to content

Commit 48df222

Browse files
authored
Create lint.yml
1 parent 855aa62 commit 48df222

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/lint.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "CI: Lint"
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
9+
10+
jobs:
11+
lint:
12+
13+
runs-on: ubuntu-latest
14+
15+
container:
16+
image: valalang/lint
17+
18+
steps:
19+
- uses: actions/checkout@v4
20+
- name: Lint
21+
run: io.elementary.vala-lint -d .

0 commit comments

Comments
 (0)