Skip to content

Commit 1defdb2

Browse files
authored
Merge pull request #22 from vim-denops/fix-ci
Fix CI
2 parents 03625b9 + c72dc97 commit 1defdb2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ on:
77
schedule:
88
- cron: '0 7 * * 0'
99
push:
10+
branches:
11+
- main
1012
pull_request:
11-
13+
branches:
14+
- main
1215

1316
jobs:
1417
lint:
@@ -20,7 +23,7 @@ jobs:
2023
with:
2124
deno-version: ${{ env.DENO_VERSION }}
2225
- name: Lint
23-
run: deno lint --unstable
26+
run: deno lint
2427

2528
format:
2629
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)