Skip to content

Merge pull request #31 from mainmatter/dbeer/fix-linting #2

Merge pull request #31 from mainmatter/dbeer/fix-linting

Merge pull request #31 from mainmatter/dbeer/fix-linting #2

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Lint

Check failure on line 5 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 5, Col: 5): Required property is missing: runs-on
steps:
- uses: pnpm/action-setup@v2
- run: pnpm i --frozen-lockfile
- run: pnpm run lint