Skip to content

Merge pull request #471 from brazilian-utils/tooling #111

Merge pull request #471 from brazilian-utils/tooling

Merge pull request #471 from brazilian-utils/tooling #111

Workflow file for this run

name: Check
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name != 'pull_request' }}
permissions:
contents: read
jobs:
check:
name: Check
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Vite+
uses: voidzero-dev/setup-vp@v1
with:
cache: true
- name: Run checks
run: npm run check