Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #340

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #340

Workflow file for this run

name: pre-commit
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
Run-Pre-Commit:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install Pre-Commit
run: pip install pre-commit
- name: Run Pre-Commit
run: pre-commit run --all-files --color=always --show-diff-on-failure