Skip to content

BlinkMachine example compiling aith attiny85 #28

BlinkMachine example compiling aith attiny85

BlinkMachine example compiling aith attiny85 #28

Workflow file for this run

name: cppcheck-action-test
on: [push]
jobs:
build:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install cppcheck
run: |
sudo apt-get install cppcheck
- name: Run cppcheck
run: |
./run_cppcheck.sh