We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1e422 commit 2c1bee3Copy full SHA for 2c1bee3
.github/workflows/format.yml
@@ -76,14 +76,14 @@ jobs:
76
# - name: Update dependencies
77
78
# 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
+ - name: Use Node.js ${{ matrix.node-version }}
+ uses: actions/setup-node@v3
+ with:
+ node-version: ${{ matrix.node-version }}
+ - run: |
+ npm i -g cnpm
+ npx cnpm i
+ npx -y prettier --w */*/*.yml */*.yml *.xml
87
- name: Create Pull Request
88
uses: peter-evans/create-pull-request@v3
89
id: pr
0 commit comments