Skip to content

Add online command and make it easier to run commands #16

Add online command and make it easier to run commands

Add online command and make it easier to run commands #16

Workflow file for this run

name: Run linter and formatter
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