Skip to content

Commit

Permalink
README for 2.0 (#14)
Browse files Browse the repository at this point in the history
* README

* minor fixes
  • Loading branch information
Pistonight authored Aug 11, 2024
1 parent ac4a359 commit f525cae
Show file tree
Hide file tree
Showing 5 changed files with 818 additions and 186 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
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
# 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
Loading

0 comments on commit f525cae

Please sign in to comment.