Skip to content

Migrate to ruff from black #715

Migrate to ruff from black

Migrate to ruff from black #715

Workflow file for this run

name: changelog
on:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
name: "Check CHANGELOG"
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
sudo apt install --no-install-recommends jq
- uses: lots0logs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Check changed files
run: .github/check_for_changes
- uses: ouzi-dev/[email protected]
with:
status: ${{ env.CHANGELOG_STATUS }}
description: ${{ env.CHANGELOG_MESSAGE }}
name: "Update changelog"