Update mfc140 to load the same version of VC2015 as vcrun2015 #374
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
on: [push, pull_request] | |
name: shellcheck | |
jobs: | |
shellcheck: | |
name: shellcheck | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout project | |
uses: actions/checkout@v3 | |
- name: run shell-checks | |
run: sudo apt-get -y install shellcheck python3-bashate && time ./tests/shell-checks |