Skip to content

Commit

Permalink
リネーム
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiTominaga committed Oct 6, 2024
1 parent 59fbdf4 commit 3fc90b7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: astro@css-lint
name: CSS files

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: astro@js-lint
name: JavaScript files

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: astro@node-lint
name: Node.js files

on:
pull_request:
branches:
- main
paths:
- 'astro/build/*.js'
- 'astro/build/**/*.js'
- 'astro/eslint.config.js'
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: express@lint
name: Node.js files (Express)

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: github-actions-lint
name: YAML files

on:
pull_request:
Expand All @@ -17,4 +17,4 @@ jobs:
with:
node-version: '22'
- run: npm ci
- run: npm run github-actions-lint
- run: npm run yaml-lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"format": "prettier -w .",
"config": "run-p _config-convert _config-validate:*",
"github-actions-lint": "yamllint .github/workflows/*.yml",
"yaml-lint": "yamllint .github/workflows/*.yml",
"_config-convert": "json2ts -i configure/schema -o configure/type",
"_config-validate:astro": "ajv --spec=draft7 -s configure/schema/astro.json -d configure/astro.json",
"_config-validate:express": "ajv --spec=draft7 -s configure/schema/express.json -d configure/express.json"
Expand Down

0 comments on commit 3fc90b7

Please sign in to comment.