Skip to content

Commit

Permalink
chore: move static tests to pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Nov 28, 2023
1 parent 4783599 commit bf6c10f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ jobs:
- uses: preactjs/compressed-size-action@v2
with:
pattern: ".dist/**/*.{js,ts,json}"
static-tests:
name: Static tests
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 18
- run: npm i
- run: npm run prettier:check
build-docker:
name: Build Docker image
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf6c10f

Please sign in to comment.