Skip to content

Commit

Permalink
drop yamllint; streamline provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Oct 2, 2024
1 parent 2b65ec1 commit e0bc897
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy
- cron: "0 0 * * 1"
jobs:
Audit:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
pull_request:
jobs:
Lint:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubberstamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
- cron: "0 0 1 * *"
jobs:
Audit:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
pull_request:
jobs:
Test:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
Expand Down
1 change: 0 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
nodejs 20.10.0
rust 1.75.0
16 changes: 0 additions & 16 deletions .yamllint

This file was deleted.

1 change: 0 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

* [Docker](https://www.docker.com/) 20.10.12+
* POSIX compatible [make](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html)
* [Node.js](https://nodejs.org/en/) 20.10.0+
* [rustup](https://rustup.rs/) 1.25.2+
* [Rust](https://www.rust-lang.org/en-US/) 1.75.0+
* POSIX compatible [tar](https://pubs.opengroup.org/onlinepubs/7908799/xcu/tar.html)
Expand Down
2 changes: 0 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
.PHONY: all

all:
npm install -g snyk

rustup component add \
clippy \
rustfmt
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit e0bc897

Please sign in to comment.