Skip to content

build(deps-dev): Bump conventional-changelog-conventionalcommits from 7.0.2 to 8.0.0 #1086

build(deps-dev): Bump conventional-changelog-conventionalcommits from 7.0.2 to 8.0.0

build(deps-dev): Bump conventional-changelog-conventionalcommits from 7.0.2 to 8.0.0 #1086

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
# don't run this on the master branch
if: github.ref != 'refs/heads/master'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.x'
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev
- uses: pre-commit/action@v3.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}