remove old code #42
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: Main | |
# | |
# on: | |
# push: | |
# branches: | |
# - main | |
# pull_request: | |
# branches: | |
# - main | |
# | |
# jobs: | |
# check: | |
# name: Check | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v4 | |
# - uses: arduino/setup-task@v2 | |
# with: | |
# version: 3.x | |
# repo-token: ${{ secrets.GITHUB_TOKEN }} | |
# - run: task check # installing clang-format 18 is too annoying |