Skip to content

chore(deps-dev): bump the linting group across 1 directory with 4 updates #88

chore(deps-dev): bump the linting group across 1 directory with 4 updates

chore(deps-dev): bump the linting group across 1 directory with 4 updates #88

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: solid
- name: Lint
run: yarn run lint
working-directory: solid