Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored Nov 8, 2023
2 parents 46e5812 + 2f1017c commit 086b910
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install asdf dependencies
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3

- name: lint
run: scripts/lint.bash
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check workflow files
uses: docker://rhysd/actionlint:1.6.23
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
semantic-pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.2.0
- uses: amannn/action-semantic-pull-request@v5.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test-all-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
1 change: 1 addition & 0 deletions plugins/atlas
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/pbr0ck3r/asdf-atlas.git
1 change: 1 addition & 0 deletions plugins/bat-extras
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/vhdirk/asdf-bat-extras.git
1 change: 1 addition & 0 deletions plugins/changie
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/pdemagny/asdf-changie
1 change: 1 addition & 0 deletions plugins/clarinet
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/alexgo-io/asdf-clarinet.git
1 change: 1 addition & 0 deletions plugins/dt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/so-dang-cool/asdf-dt.git
1 change: 1 addition & 0 deletions plugins/elixir-ls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/juantascon/asdf-elixir-ls
2 changes: 1 addition & 1 deletion plugins/jbang
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repository = https://github.com/joschi/asdf-jbang.git
repository = https://github.com/jbangdev/jbang-asdf.git
1 change: 1 addition & 0 deletions plugins/jfrog-cli
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/LozanoMatheus/asdf-jfrog-cli.git
1 change: 1 addition & 0 deletions plugins/lane
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/CodeReaper/asdf-lane.git
1 change: 1 addition & 0 deletions plugins/mimirtool
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/asdf-community/asdf-mimirtool.git
1 change: 1 addition & 0 deletions plugins/monarch
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/nyuyuyu/asdf-monarch.git
1 change: 1 addition & 0 deletions plugins/opentofu
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/virtualroot/asdf-opentofu.git
1 change: 1 addition & 0 deletions plugins/promtool
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/asdf-community/asdf-promtool
2 changes: 1 addition & 1 deletion plugins/purescript
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repository = https://github.com/nsaunders/asdf-purescript.git
repository = https://github.com/jrrom/asdf-purescript.git
2 changes: 1 addition & 1 deletion plugins/spago
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repository = https://github.com/nsaunders/asdf-spago.git
repository = https://github.com/jrrom/asdf-spago.git
1 change: 1 addition & 0 deletions plugins/starknet-foundry
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/foundry-rs/asdf-starknet-foundry.git
1 change: 1 addition & 0 deletions plugins/staticcheck
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/pbr0ck3r/asdf-staticcheck.git
1 change: 1 addition & 0 deletions plugins/tanzu
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf.git
1 change: 1 addition & 0 deletions plugins/traefik
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/Dabolus/asdf-traefik.git
1 change: 1 addition & 0 deletions plugins/updatecli
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/updatecli/asdf-updatecli.git
1 change: 1 addition & 0 deletions plugins/yt-dlp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/duhow/asdf-yt-dlp

0 comments on commit 086b910

Please sign in to comment.