Skip to content

Bump semver from 7.3.5 to 7.5.3 #13

Bump semver from 7.3.5 to 7.5.3

Bump semver from 7.3.5 to 7.5.3 #13

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build-check:
name: Build check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn lint
- run: yarn build