mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-27 02:00:03 +00:00
add checkout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user