Add Jondolf to The Bevy Organization (#78) #325
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: | |
merge_group: | |
pull_request: | |
push: | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: "Install Community Validator" | |
run: cargo install --git https://github.com/bevyengine/bevy-website/ generate-community --bin validate | |
- name: "Check Community" | |
run: validate ./ |