Skip to content

Merge pull request #4 from otaviof/dependabot/npm_and_yarn/production… #18

Merge pull request #4 from otaviof/dependabot/npm_and_yarn/production…

Merge pull request #4 from otaviof/dependabot/npm_and_yarn/production… #18

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
pull_request:
branches:
- main
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
- run: pnpm lint
- run: pnpm format:check
- run: pnpm build
- run: pnpm test
- run: pnpm check:bundles