Skip to content

Make repo optional and default to github name #40

Make repo optional and default to github name

Make repo optional and default to github name #40

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn lint