WIP: Need to make recurring rides work as a feature; Fixed Schedule so that rides from other days show up. #1562
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 Policies | |
on: pull_request | |
jobs: | |
warn-big-diff: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: cornell-dti/big-diff-warning@master | |
env: | |
BOT_TOKEN: '${{ secrets.BOT_TOKEN }}' |