Releases: ej-sanmartin/base-lint
Releases · ej-sanmartin/base-lint
base-lint-action-v1.1.3
- [Bug]: Ensure scan exits within try catch blocks, to handle expected errors and warnings in baseline violations.
base-lint-action-v1.1.2
- [Bug]: wrapped scan calls in try catch blocks for expected failures and warnings from baseline violation.
base-lint-action-v1.1.1
- Removed caching. Ballooned bundle size by 300x for a micro optimization. Removed to reduce bloat, complexity.
Base Lint Action v1.1.0
- Minor, non breaking change that adds cache support, caching dependencies to reduce resources used. By default, users are opted-out.
Base Lint Action v1.0.1
This release fixes some bugs and documentation issues:
- Properly and safely exposes GITHUB_TOKEN for bot annotations and commenting
- Clearer onboarding instructions
base-lint-action v1.0.0
This is the first release of the base-lint GitHub Action, built on top of the base-lint npm package
Features:
Run base-lint as part of your CI pipeline
Enforce baseline accessibility standards across your project
Automatically comment with feedback directly on Pull Requests
Example usage:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run base-lint
uses: your-username/base-lint-action@v1