add checkout

This commit is contained in:
William Harrison
2024-11-10 20:18:22 +08:00
committed by GitHub
parent db52535770
commit 4df3d9afd2
+3 -3
View File
@@ -13,14 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: ls
- name: Run Prettier
run: npx -y prettier domains/*.json -w --tab-width 2 --print-width 120
run: npx -y prettier ./domains -w --tab-width 2 --print-width 120
- name: Commit
uses: cpina/github-action-push-to-another-repository@main