Skip to content

Skip type checking within tests #14

Skip type checking within tests

Skip type checking within tests #14

Workflow file for this run

name: Run linter and formatter on push
on: [push, pull_request]
jobs:
lint:
name: Run linters and formatters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: borales/actions-yarn@v4
name: Install
with:
cmd: install
- uses: borales/actions-yarn@v4
name: Build
with:
cmd: build
- uses: borales/actions-yarn@v4
name: Format
with:
cmd: format
- uses: borales/actions-yarn@v4
name: Lint
with:
cmd: lint