Skip to content

build(deps): bump cycjimmy/semantic-release-action from 4.2.2 to 5.0.… #13

build(deps): bump cycjimmy/semantic-release-action from 4.2.2 to 5.0.…

build(deps): bump cycjimmy/semantic-release-action from 4.2.2 to 5.0.… #13

Workflow file for this run

name: Pre-Commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5.6.0
with:
python-version: "3.x"
- name: Install dependencies
run: |
chmod +x shell/install_shell_deps.sh
./shell/install_shell_deps.sh
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd #v3.0.1
with:
extra_args: --all-files