mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-02 22:09:49 +00:00
chore(ignore): use ubuntu 24.04
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: crystal-lang/install-crystal@v1
|
uses: crystal-lang/install-crystal@v1
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install golang-chroma -y
|
sudo apt-get update && sudo apt-get install golang-chroma -y
|
||||||
shards install
|
shards install
|
||||||
crystal tool format --check
|
crystal tool format --check
|
||||||
crystal spec -v
|
crystal spec -v
|
||||||
|
Reference in New Issue
Block a user