Skip to content

chore(deps-dev): bump ava from 6.1.3 to 6.2.0 (#301) #158

chore(deps-dev): bump ava from 6.1.3 to 6.2.0 (#301)

chore(deps-dev): bump ava from 6.1.3 to 6.2.0 (#301) #158

Workflow file for this run

name: Style Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [18.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
working-directory: ./ #optional
run: npm run lint