Skip to content

Commit 2086cd9

Browse files
committed
ci: enable formatting in the ci
1 parent 3bc927c commit 2086cd9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
- name: Install dependencies
4747
run: npm install
4848

49-
# - name: Format ✨
50-
# run: npm run test.format
49+
- name: Format ✨
50+
run: npm run test.format
5151

5252
- name: Lint ✨
5353
run: npm run test.lint
@@ -76,10 +76,3 @@ jobs:
7676
# env:
7777
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
# ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
79-
80-
Skip:
81-
if: contains(github.event.head_commit.message, '[skip ci]')
82-
runs-on: ubuntu-latest
83-
steps:
84-
- name: Skip CI 🚫
85-
run: echo skip ci

0 commit comments

Comments
 (0)