fix: ajout d'autres occurences variabilisées #3
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: Build rules | |
# on: | |
# pull_request: | |
# | |
# jobs: | |
# build: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# with: | |
# ref: ${{ github.ref }} | |
# - name: Set-up bun | |
# uses: oven-sh/setup-bun@v1 | |
# with: | |
# bun-version: latest | |
# - name: Install dependencies and build | |
# run: bun i --frozen-lockfile | |
# - name: Build | |
# run: bun run build |