Skip to content

Merge pull request #593 from SuperCoopBerlin/fix_resignation_share_en… #318

Merge pull request #593 from SuperCoopBerlin/fix_resignation_share_en…

Merge pull request #593 from SuperCoopBerlin/fix_resignation_share_en… #318

Workflow file for this run

name: Run checks
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Check formatting
run: docker compose run web make check-formatting
- name: Check translations
run: docker compose run web make check-translations
- name: Check migrations
run: docker compose run web make check-migrations