Bump semver from 5.7.1 to 5.7.2 #107
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-18.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install dependencies | |
run: sudo apt install yarn | |
- name: Install palava-web | |
run: yarn | |
- name: Lint palava-web | |
run: yarn lint | |
- name: Audit palava-web | |
run: yarn audit --groups dependencies |