Improve accessibility of the DateInput component #209
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bundle Size | |
on: [pull_request] | |
jobs: | |
size: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Check compressed bundle sizes | |
uses: preactjs/compressed-size-action@v2 | |
with: | |
pattern: 'packages/**/dist/**/*.{js,css,json}' | |
exclude: '{**/*.map,**/node_modules/**,**/eslint-plugin-circuit-ui/**,**/stylelint-plugin-circuit-ui/**,**/*.index.*,**/*.module.css.js}' |