Skip to content

Commit 2c1bee3

Browse files
authored
Update format.yml
1 parent cb1e422 commit 2c1bee3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/format.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
# - name: Update dependencies
7777

7878
# run: deno run -A https://deno.land/x/udd/main.ts deps.ts *.ts '*/*.ts' '*.json'
79-
# - name: Use Node.js ${{ matrix.node-version }}
80-
# uses: actions/setup-node@v3
81-
# with:
82-
# node-version: ${{ matrix.node-version }}
83-
# - run: |
84-
# npm i -g cnpm
85-
# npx cnpm i
86-
# npx -y prettier --w */*/*.yml */*.yml
79+
- name: Use Node.js ${{ matrix.node-version }}
80+
uses: actions/setup-node@v3
81+
with:
82+
node-version: ${{ matrix.node-version }}
83+
- run: |
84+
npm i -g cnpm
85+
npx cnpm i
86+
npx -y prettier --w */*/*.yml */*.yml *.xml
8787
- name: Create Pull Request
8888
uses: peter-evans/create-pull-request@v3
8989
id: pr

0 commit comments

Comments
 (0)