Force create results dir

This commit is contained in:
Josh Stewart 2022-09-07 15:19:05 +10:00
parent f997195303
commit cc832f4642
1 changed files with 2 additions and 0 deletions

View File

@ -25,8 +25,10 @@ jobs:
sudo apt-get install cppcheck
- name: Run MISRA scan
continue-on-error: true
run: |
cd $GITHUB_WORKSPACE/misra/
mkdir .results
chmod +x check_misra.sh
./check_misra.sh -c /usr/bin
echo "Scan complete"