Skip to content

Merge branch 'master' into dependabot/npm_and_yarn/micromatch-4.0.8 #12

Merge branch 'master' into dependabot/npm_and_yarn/micromatch-4.0.8

Merge branch 'master' into dependabot/npm_and_yarn/micromatch-4.0.8 #12

Workflow file for this run

name: Linting
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn lint