Skip to content

build(deps): bump get-func-name from 2.0.0 to 2.0.2 #11

build(deps): bump get-func-name from 2.0.0 to 2.0.2

build(deps): bump get-func-name from 2.0.0 to 2.0.2 #11

Workflow file for this run

name: "Test"
on:
pull_request:
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Start test script
run: yarn test