Skip to content

Releases: ej-sanmartin/base-lint

base-lint-action-v1.1.3

06 Oct 23:17

Choose a tag to compare

  • [Bug]: Ensure scan exits within try catch blocks, to handle expected errors and warnings in baseline violations.

base-lint-action-v1.1.2

06 Oct 22:43

Choose a tag to compare

  • [Bug]: wrapped scan calls in try catch blocks for expected failures and warnings from baseline violation.

base-lint-action-v1.1.1

06 Oct 14:28

Choose a tag to compare

  • Removed caching. Ballooned bundle size by 300x for a micro optimization. Removed to reduce bloat, complexity.

Base Lint Action v1.1.0

02 Oct 22:55

Choose a tag to compare

  • 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

30 Sep 04:56

Choose a tag to compare

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

29 Sep 04:40
3421701

Choose a tag to compare

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