Skip to content

v6.0.0 (#136)

v6.0.0 (#136) #394

Workflow file for this run

on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: checkout
uses: actions/checkout@v4
- run: |
yarn install && yarn lint