Skip to content

Bump js-yaml from 3.14.1 to 3.15.0 in /example #107

Bump js-yaml from 3.14.1 to 3.15.0 in /example

Bump js-yaml from 3.14.1 to 3.15.0 in /example #107

Workflow file for this run

name: Lint
on: [push]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-node
- name: Lint
run: yarn run lint