Update to SFML 2.6.1 - no actual changes #85
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: Validate CI config | |
on: | |
push: | |
paths: ['.github/**'] | |
pull_request: | |
paths: ['.github/**'] | |
branches: [master] | |
jobs: | |
build: | |
name: Validate CI config | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install Crystal | |
uses: oprypin/install-crystal@v1 | |
- name: Download sources | |
uses: actions/checkout@v3 | |
- name: Generate config | |
run: crystal run .github/workflows/generate.cr | |
- name: Validate freshness | |
run: git diff --exit-code |