Skip to content

chore(deps-dev): bump @bizon/semantic-release-config from 3.0.0 to 3.… #143

chore(deps-dev): bump @bizon/semantic-release-config from 3.0.0 to 3.…

chore(deps-dev): bump @bizon/semantic-release-config from 3.0.0 to 3.… #143

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches: [master]
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run linter
run: pnpm xo