Skip to content

Commit

Permalink
Astro ファイル統合
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiTominaga committed Oct 6, 2024
1 parent 3fc90b7 commit b4ad1fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: astro@html-lint
name: Astro files

on:
pull_request:
Expand All @@ -7,11 +7,21 @@ on:
paths:
- 'astro/src/**/*.astro'
- 'astro/src/**/*.ts'
- 'astro/eslint.config.js'
- 'astro/markuplint.config.js'
workflow_dispatch:

jobs:
lint:
lint-node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run lint -w '@w0s.jp/astro'
lint-html:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/[email protected]

This file was deleted.

0 comments on commit b4ad1fa

Please sign in to comment.