Skip to content

Commit

Permalink
ci: update action to assume deps are installed and files are built
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Apr 15, 2024
1 parent 59e9f0f commit 0e7995e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/actions/arethetypeswrong/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm i -g npm@^10.5.1
shell: bash
- name: Install dependencies
run: npm ci
shell: bash
- name: Build project
run: npm run build
shell: bash
- name: Run arethetypeswrong
working-directory: ${{ inputs.workspace }}
run: npx @arethetypeswrong/cli --pack .
Expand Down

0 comments on commit 0e7995e

Please sign in to comment.