Merge pull request #157 from IgorKowalczyk/renovate/typescript-5.x #392
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: Lint | |
on: [push, pull_request] | |
jobs: | |
lint: | |
name: Lint | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
steps: | |
- name: 𧱠Checkout repository | |
uses: actions/checkout@v4 | |
- name: π© Setup Bun | |
uses: oven-sh/setup-bun@v2 | |
- name: π¦ Install dependencies | |
run: bun install | |
- name: π Check formatting | |
run: bun biome-check |