Skip to content

Commit

Permalink
chore: properly set BIOME_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 31, 2024
1 parent 6af24ce commit a2a7b78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Biome ecosystem CI

on:
schedule:
- cron: "0 */3 * * *" # Every 3 hours.
3 changes: 2 additions & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Build Biome binary
env:
# We set `BIOME_VERSION` to disable the recommended rules from the nursery group
BIOME_VERSION: 0.0.0
# The version needs to be different from 0.0.0
BIOME_VERSION: 0.0.1
RUSTFLAGS: -C debug-assertions
run: |
cargo build --bin biome --release
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/

0 comments on commit a2a7b78

Please sign in to comment.