[Snyk] Security upgrade @agoric/cosmic-swingset from 0.19.0 to 0.30.0 #316
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: PR Checks | |
# run CI on all PRs (even the ones that target non-master | |
# branches) | |
on: | |
pull_request: | |
jobs: | |
# Check that commits conform to https://www.conventionalcommits.org/en/v1.0.0/ | |
conventional-commits: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: check Conventional Commits | |
uses: docker://outillage/commitsar | |