diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2022-12-05 13:21:44 +0000 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2022-12-05 13:21:44 +0000 |
| commit | 83e1d53928af9f37cff8aa2dddce8a9a9ece7f12 (patch) | |
| tree | 7c8d6da80a2a1dad097aee15b9ac3eb9a0f306ad /.github | |
| parent | chore: fix spelling error "Enviroment" (diff) | |
| download | sharkey-83e1d53928af9f37cff8aa2dddce8a9a9ece7f12.tar.gz sharkey-83e1d53928af9f37cff8aa2dddce8a9a9ece7f12.tar.bz2 sharkey-83e1d53928af9f37cff8aa2dddce8a9a9ece7f12.zip | |
fix: lintが動かないのを修正, swもlint
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5e93c04aa3..50d86e696b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,6 +14,7 @@ jobs: workspace:
- backend
- client
+ - sw
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
|