Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Sep 1, 2024
1 parent edbe165 commit d765a59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI

on:
push:
pull_request:
branches:
- main
push:

jobs:
lint:
Expand Down
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"source.fixAll.markdownlint": "explicit",
"source.organizeImports": "never"
},
"eslint.validate": ["javascript", "typescript", "json", "jsonc", "json5", "yaml"],
"eslint.validate": [
"javascript",
"typescript",
"json",
"jsonc",
"json5",
"yaml",
"github-actions-workflow"
],
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.rulers": [
Expand Down

0 comments on commit d765a59

Please sign in to comment.