Skip to content

Bump get-func-name from 2.0.0 to 2.0.2 (#17) #109

Bump get-func-name from 2.0.0 to 2.0.2 (#17)

Bump get-func-name from 2.0.0 to 2.0.2 (#17) #109

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn install
- run: yarn run lint