Skip to content

Bump @actual-app/api from 24.10.0 to 24.10.1 #26

Bump @actual-app/api from 24.10.0 to 24.10.1

Bump @actual-app/api from 24.10.0 to 24.10.1 #26

Workflow file for this run

---
name: Pre Commit Lite
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()