Skip to content

Bump semver from 6.3.0 to 6.3.1 in /.repo/sample-list-generator (#990) #368

Bump semver from 6.3.0 to 6.3.1 in /.repo/sample-list-generator (#990)

Bump semver from 6.3.0 to 6.3.1 in /.repo/sample-list-generator (#990) #368

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint