Skip to content

chore(ir): Update GitHub workflows to ensure via-ir compatibility #102

chore(ir): Update GitHub workflows to ensure via-ir compatibility

chore(ir): Update GitHub workflows to ensure via-ir compatibility #102

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: Install dependencies 📦
run: yarn install --frozen-lockfile
- name: Run prettier check
run: yarn prettier