Add google forms link as field to event and clarify fields (#798) #1591
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: Prettier | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
Prettier: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install volta | |
uses: volta-cli/action@v4 | |
- run: yarn | |
- run: yarn prettier:ci |