Add Devfest Nantes 2024 #1712
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: Github CI | |
on: pull_request | |
jobs: | |
verify: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
lfs: 'true' | |
- uses: gradle/wrapper-validation-action@v3 | |
- name: Validate Renovate | |
uses: rinchsan/renovate-config-validator@v0.2.0 | |
with: | |
pattern: 'renovate.json' | |
- name: Check GIT lfs images | |
run: | | |
./.github/scripts/git-lfs-check.sh |