Skip to content

Bump crowdin/github-action from 1.13.0 to 1.13.1 (#332) #186

Bump crowdin/github-action from 1.13.0 to 1.13.1 (#332)

Bump crowdin/github-action from 1.13.0 to 1.13.1 (#332) #186

Workflow file for this run

name: Pre-commit & Sourcery
on:
pull_request:
push:
branches:
permissions:
pull-requests: write
jobs:
run:
name: Pre-commit fixes & Sourcery
runs-on: [ubuntu-latest]
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: pre-commit/[email protected]
env:
SKIP: sourcery
- uses: pre-commit-ci/[email protected]
if: always()