Skip to content

[Snyk] Security upgrade @oclif/plugin-help from 3.3.1 to 4.0.0 #1613

[Snyk] Security upgrade @oclif/plugin-help from 3.3.1 to 4.0.0

[Snyk] Security upgrade @oclif/plugin-help from 3.3.1 to 4.0.0 #1613

Workflow file for this run

#copied from https://github.com/pre-commit/action
name: pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-node@v2
- uses: pre-commit/action@v2.0.3
# this will push back fixes to the pull request branch.
with:
token: ${{ secrets.GITHUB_TOKEN }}