Skip to content

[main] - Feat: Work in progress #23

[main] - Feat: Work in progress

[main] - Feat: Work in progress #23

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
submodules: recursive
- uses: ./.github/actions
- run: yarn lint