Skip to content

Merge pull request #33 from EA31337/dependabot/npm_and_yarn/follow-re… #146

Merge pull request #33 from EA31337/dependabot/npm_and_yarn/follow-re…

Merge pull request #33 from EA31337/dependabot/npm_and_yarn/follow-re… #146

Workflow file for this run

---
name: Check
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- master
- dev
push:
branches:
- master
- dev
jobs:
Pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: actions/setup-python@v1
- uses: pre-commit/[email protected]