Skip to content

Bump nanoid from 3.3.7 to 3.3.8 #26

Bump nanoid from 3.3.7 to 3.3.8

Bump nanoid from 3.3.7 to 3.3.8 #26

Workflow file for this run

name: CSS
on: [pull_request]
jobs:
lint-css:
name: CSS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- name: Build and run linting
run: |
yarn build
yarn lint:css