Skip to content

Commit

Permalink
ci: enable in all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Dec 28, 2022
1 parent c479d9c commit 3e7a58e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules
coverage
!.vitepress
test/core/src/self
ci.yml
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: CI

on:
# TODO
push:
branches:
- main
# branches:
# - main

pull_request:
branches:
Expand Down
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
"[markdown]": {
"editor.formatOnSave": false
},
"[typescript]": {
"editor.formatOnSave": false
},
"[javascript]": {
"editor.formatOnSave": false
},
"prettier.enable": false
}

0 comments on commit 3e7a58e

Please sign in to comment.