Skip to content

ci: bump actions/checkout from 4.1.1 to 4.1.2 #8

ci: bump actions/checkout from 4.1.1 to 4.1.2

ci: bump actions/checkout from 4.1.1 to 4.1.2 #8

Workflow file for this run

---
name: CI
# yamllint disable-line rule:truthy
on:
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Task
uses: arduino/[email protected]
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run lint task
run: task lint