Update ci.yml

This commit is contained in:
Isaac Shoebottom 2021-11-24 02:55:46 -04:00
parent 97a405f0e7
commit 70f732b61d

View File

@ -30,8 +30,8 @@ jobs:
- name: Test to see if the project compiles - name: Test to see if the project compiles
run: bash build.sh run: bash build.sh
- name: Perform automated checks #- name: Perform automated checks
run: bash lint.sh # run: bash lint.sh
# To enable CI failure notifications over Discord, add a "DISCORD_WEBHOOK" secret to the # To enable CI failure notifications over Discord, add a "DISCORD_WEBHOOK" secret to the
# repository equal to the URL for the webhook, and then uncomment the lines below # repository equal to the URL for the webhook, and then uncomment the lines below