Skip to content

Commit

Permalink
feat: use actions/exec (#6)
Browse files Browse the repository at this point in the history
* chore: show prettier output

* chore: show prettier log

* chore: show matched files

* fix

* fix

* fix

* fix

* fix

* fix

* fixf
  • Loading branch information
noyobo authored Jul 17, 2024
1 parent c392173 commit 95be576
Show file tree
Hide file tree
Showing 7 changed files with 2,429 additions and 1,112 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@ jobs:
id: checkout
uses: actions/checkout@v4

- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm

- name: Install Dependencies
id: npm-ci
run: npm ci

- name: Test Local Action
id: test-action
uses: ./
Expand Down
Loading

0 comments on commit 95be576

Please sign in to comment.