Tweak CI to more closely match the main repo

This commit is contained in:
Aaron Franke
2020-07-24 21:56:43 -04:00
parent b7b3a75389
commit 2c138bd75f
5 changed files with 24 additions and 8 deletions

View File

@@ -1,15 +1,19 @@
name: Continuous integration
name: Static Checks
on: [push, pull_request]
jobs:
build:
format:
name: File formatting (file_format.sh)
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint demo projects
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -qq dos2unix recode
bash ./format.sh
- name: File formatting checks (file_format.sh)
run: |
bash ./file_format.sh