Skip to content

Commit

Permalink
ディレクトリ名変更
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiTominaga committed Feb 8, 2024
1 parent 78b2fbe commit 96a0f45
Show file tree
Hide file tree
Showing 61 changed files with 59 additions and 59 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/eslint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ on:
branches:
- main
paths:
- 'packages/eslint-config/.eslintrc.json'
- 'packages/eslint-config/index.js'
- 'packages/eslint-config/package.json'
- 'packages/eslint-config/rules/**/*.js'
- 'packages/eslint-config/__tests__/*'
- 'packages/eslint/.eslintrc.json'
- 'packages/eslint/index.js'
- 'packages/eslint/package.json'
- 'packages/eslint/rules/**/*.js'
- 'packages/eslint/__tests__/*'
push:
branches:
- main
paths:
- 'packages/eslint-config/.eslintrc.json'
- 'packages/eslint-config/index.js'
- 'packages/eslint-config/package.json'
- 'packages/eslint-config/rules/**/*.js'
- 'packages/eslint-config/__tests__/*'
- 'packages/eslint/.eslintrc.json'
- 'packages/eslint/index.js'
- 'packages/eslint/package.json'
- 'packages/eslint/rules/**/*.js'
- 'packages/eslint/__tests__/*'
workflow_dispatch:

jobs:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/markuplint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
branches:
- main
paths:
- 'packages/markuplint-config/.markuplintrc'
- 'packages/markuplint-config/package.json'
- 'packages/markuplint-config/__tests__/valid/**/*.html'
- 'packages/markuplint/.markuplintrc'
- 'packages/markuplint/package.json'
- 'packages/markuplint/__tests__/valid/**/*.html'
push:
branches:
- main
paths:
- 'packages/markuplint-config/.markuplintrc'
- 'packages/markuplint-config/package.json'
- 'packages/markuplint-config/__tests__/valid/**/*.html'
- 'packages/markuplint/.markuplintrc'
- 'packages/markuplint/package.json'
- 'packages/markuplint/__tests__/valid/**/*.html'
workflow_dispatch:

jobs:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/stylelint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
branches:
- main
paths:
- 'packages/stylelint-config/.stylelintrc'
- 'packages/stylelint-config/package.json'
- 'packages/stylelint-config/__tests__/*.css'
- 'packages/stylelint/.stylelintrc'
- 'packages/stylelint/package.json'
- 'packages/stylelint/__tests__/*.css'
push:
branches:
- main
paths:
- 'packages/stylelint-config/.stylelintrc'
- 'packages/stylelint-config/package.json'
- 'packages/stylelint-config/__tests__/*.css'
- 'packages/stylelint/.stylelintrc'
- 'packages/stylelint/package.json'
- 'packages/stylelint/__tests__/*.css'
workflow_dispatch:

jobs:
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/ts-test.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/workflows/typescript-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: typescript-test
on:
pull_request:
branches:
- main
paths:
- 'packages/typescript/tsconfig.json'
- 'packages/typescript/package.json'
- 'packages/typescript/__tests__/@types/*.d.ts'
- 'packages/typescript/__tests__/valid/**/*.ts'
- 'packages/typescript/__tests__/tsconfig-valid.json'
push:
branches:
- main
paths:
- 'packages/typescript/tsconfig.json'
- 'packages/typescript/package.json'
- 'packages/typescript/__tests__/@types/*.d.ts'
- 'packages/typescript/__tests__/valid/**/*.ts'
- 'packages/typescript/__tests__/tsconfig-valid.json'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test -w '@w0s/tsconfig'
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Configuration files used on `w0s.jp`

- [eslint-config](packages/eslint-config)
- [markuplint-config](packages/markuplint-config)
- [stylelint-config](packages/stylelint-config)
- [tsconfig](packages/tsconfig)
- [ESLint](packages/eslint)
- [Markuplint](packages/markuplint)
- [Stylelint](packages/stylelint)
- [TypeScript](packages/typescript)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![npm version](https://badge.fury.io/js/%40w0s%2Fstylelint-config.svg)](https://www.npmjs.com/package/@w0s/stylelint-config)
[![test status](https://github.com/SaekiTominaga/w0s/actions/workflows/stylelint-test.yml/badge.svg)](https://github.com/SaekiTominaga/w0s/actions/workflows/stylelint-test.yml)

[stylelint configuration file](https://stylelint.io/user-guide/configure) used on [w0s.jp](https://w0s.jp/)
[Stylelint configuration file](https://stylelint.io/user-guide/configure) used on [w0s.jp](https://w0s.jp/)

## `extends`

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 96a0f45

Please sign in to comment.