diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7c0c44..b82bb7a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,20 +1,13 @@ -# This is a basic workflow to help you get started with Actions - name: CI -# Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] pull_request: branches: [ main ] - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - jobs: - build: + CI: runs-on: ubuntu-latest steps: @@ -23,3 +16,4 @@ jobs: uses: arduino/arduino-lint-action@v1.0.1 with: verbose: true +