Skip to content

use context for universe rather than passing it through (#285) #8

use context for universe rather than passing it through (#285)

use context for universe rather than passing it through (#285) #8

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
working-directory: react
- run: npx eslint .
working-directory: react