fix mouse move, change angle to BAM #209
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
name: Norminette | |
on: | |
push: | |
paths: | |
- '**.c' | |
- '**.h' | |
jobs: | |
norminette: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install norminette | |
run: python3 -m pip install norminette | |
- name: Run norminette | |
run: norminette |