8000 chore: disable version check in ci by matifali · Pull Request #431 · coder/modules · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

chore: disable version check in ci #431

Merged
merged 3 commits into from
Apr 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: typo
  • Loading branch information
matifali committed Apr 16, 2025
commit 1e9dfb1b23a486fc747e88644a7eabbb16d2bdf6
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: crate-ci/typos@v1.17.2
- name: Lint
run: bun lint
# Disbale version check until https://github.com/coder/modules/pull/426 is merged.
# Disable version check until https://github.com/coder/modules/pull/426 is merged.
# This will allsow us to use seperate Versioning for each module without failing CI. The backend already supports that.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: allow

# - name: Check version
# shell: bash
Expand Down
Loading
0