Skip to content

Commit

Permalink
streamline
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed Nov 2, 2024
1 parent 12d5c01 commit da0258c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y cargo make"
- run: "sudo apt-get install -y cargo"
- run: "make -j 4 crates"
- run: "tinyrick audit"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y cargo make"
- run: "sudo apt-get install -y cargo"
- run: "make -j 4"
- run: "tinyrick lint"
2 changes: 1 addition & 1 deletion .github/workflows/test-futureproof-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y cargo make"
- run: "sudo apt-get install -y cargo"
- run: "make -j 4 crates"
- run: "tinyrick test"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y cargo make"
- run: "sudo apt-get install -y cargo"
- run: "make -j 4 crates"
- run: "tinyrick test"

0 comments on commit da0258c

Please sign in to comment.