doc: Add HesapKurdu to the list of companies in the We Are Using sect… #1093
This file contains hidden or 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: CI | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| build: | |
| name: Build | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 5 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-node@v4 | |
| with: | |
| node-version-file: 'package.json' | |
| cache: 'npm' | |
| cache-dependency-path: '**/package-lock.json' | |
| - uses: preactjs/compressed-size-action@v2 | |
| with: | |
| pattern: 'build/**/*.{js,css}' | |
| exclude: 'build/assets/{prerender,xmldom,release,repos}-*.js' | |
| strip-hash: '-(.{8})\.' | |
| minimum-change-threshold: 100 |