Skip to content

Fix footnote link for tray applet quirks #2

Fix footnote link for tray applet quirks

Fix footnote link for tray applet quirks #2

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
proofing:
name: Proofing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- name: Build
run: JEKYLL_ENV=production bundle exec jekyll build
- name: Check for problems
run: scripts/test.sh