Skip to content

Fix Anki css scoping breaking due to Anki shipping with incredibly out of date Chromium version (112) #220

Fix Anki css scoping breaking due to Anki shipping with incredibly out of date Chromium version (112)

Fix Anki css scoping breaking due to Anki shipping with incredibly out of date Chromium version (112) #220

Workflow file for this run

name: Lint GitHub Actions workflows
on: [push, pull_request]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.4/scripts/download-actionlint.bash)
./actionlint -color
shell: bash