Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikko Miu committed Feb 13, 2024
1 parent 85ec8d5 commit 8d5dc32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: Test
on:
push:
branches:
- master
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
- main

jobs:
test:
if: github.event_name == 'push' || github.event_name == 'pull_request'
runs-on: ubuntu-latest

steps:
Expand All @@ -27,8 +29,8 @@ jobs:
- name: Prettier
run: npm run prettier:check

- name: Stylelint
run: npm run stylelint:check
# - name: Stylelint
# run: npm run stylelint:check

- name: Markdownlint
run: npm run markdownlint:check
14 changes: 6 additions & 8 deletions assets/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["*"]
}
}
}
}
}

0 comments on commit 8d5dc32

Please sign in to comment.