Skip to content

Bump rollup in the npm_and_yarn group across 1 directory #30

Bump rollup in the npm_and_yarn group across 1 directory

Bump rollup in the npm_and_yarn group across 1 directory #30

Workflow file for this run

name: Validate the source code
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run type-check
- run: npm run lint
- run: npm run format-check
# - run: npm test:unit # Commented out because there aren't any tests yet