Merge branch 'master' into copy_add_attendee_to_events_PPT-1390_PPT-1… #1311
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * 0' # Sunday at midnight | |
jobs: | |
test: | |
uses: PlaceOS/.github/.github/workflows/containerised-test.yml@main | |
crystal-style: | |
uses: PlaceOS/.github/.github/workflows/crystal-style.yml@main | |
dockerfile-style: | |
uses: PlaceOS/.github/.github/workflows/dockerfile-style.yml@main |