Skip to content

Commit

Permalink
実行は PR のみ
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiTominaga committed Oct 6, 2024
1 parent fc90f74 commit 59fbdf4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 43 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
name: astro@css-lint

on:
pull_request:
branches:
- main
paths:
- 'astro/style/**/*.css'
- 'astro/stylelint.config.js'
push:
branches:
- main
paths:
- 'astro/style/**/*.css'
- 'astro/stylelint.config.js'
workflow_dispatch:

jobs:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: astro@html-lint

on:
pull_request:
branches:
Expand All @@ -7,13 +8,6 @@ on:
- 'astro/src/**/*.astro'
- 'astro/src/**/*.ts'
- 'astro/markuplint.config.js'
push:
branches:
- main
paths:
- 'astro/src/**/*.astro'
- 'astro/src/**/*.ts'
- 'astro/markuplint.config.js'
workflow_dispatch:

jobs:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
name: astro@js-lint

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

jobs:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: astro@lint

on:
pull_request:
branches:
Expand All @@ -7,13 +8,6 @@ on:
- 'astro/src/**/*.astro'
- 'astro/src/**/*.ts'
- 'astro/eslint.config.js'
push:
branches:
- main
paths:
- 'astro/src/**/*.astro'
- 'astro/src/**/*.ts'
- 'astroeslint.config.js'
workflow_dispatch:

jobs:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
name: astro@node-lint

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

jobs:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
name: express@lint

on:
pull_request:
branches:
- main
paths:
- 'express/src/**/*.ts'
- 'express/eslint.config.js'
push:
branches:
- main
paths:
- 'express/src/**/*.ts'
- 'express/eslint.config.js'
workflow_dispatch:

jobs:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/github-actions-lint.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: github-actions-lint

on:
pull_request:
branches:
- main
paths:
- '.github/workflows/*.yml'
push:
branches:
- main
paths:
- '.github/workflows/*.yml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 59fbdf4

Please sign in to comment.