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 Jun 16, 2023
1 parent 1e8760a commit d2d3ab3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ coverage
!.vitepress
docs/.vitepress/cache/deps/*.*
test/core/src/self
ci.yml
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: CI

on:
# TODO
push:
branches:
- main

# branches:
# - main
workflow_dispatch:
pull_request:
branches:
- main
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 d2d3ab3

Please sign in to comment.