Skip to content

chore: bump github.com/lmittmann/tint from 1.0.5 to 1.0.6 #258

chore: bump github.com/lmittmann/tint from 1.0.5 to 1.0.6

chore: bump github.com/lmittmann/tint from 1.0.5 to 1.0.6 #258

Workflow file for this run

---
name: Test Deploy to GitHub Pages
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: ./docs/yarn.lock
- name: Install Task
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Lint the website
run: task docs:fmt:check
- name: Test build website
run: task docs:build