Skip to content

add option for custom-tag #37

add option for custom-tag

add option for custom-tag #37

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