Skip to content

Commit

Permalink
Merge branch 'master' into tanzu-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored Nov 8, 2023
2 parents 4ea1781 + 83774b4 commit df316d6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
| asciidoctorj | [gliwka/asdf-asciidoctorj](https://github.com/gliwka/asdf-asciidoctorj) | [![Build Status](https://github.com/gliwka/asdf-asciidoctorj/workflows/CI/badge.svg?branch=master)](https://github.com/gliwka/asdf-asciidoctorj/actions) |
| asdf-plugin-manager | [asdf-community/asdf-plugin-manager](https://github.com/asdf-community/asdf-plugin-manager) | [![Build](https://github.com/asdf-community/asdf-plugin-manager/actions/workflows/build.yml/badge.svg)](https://github.com/asdf-community/asdf-plugin-manager/actions/workflows/build.yml) |
| assh | [zekker6/asdf-assh](https://github.com/zekker6/asdf-assh) | [![Test](https://github.com/zekker6/asdf-assh/actions/workflows/test.yml/badge.svg)](https://github.com/zekker6/asdf-assh/actions/workflows/test.yml) |
| atlas | [pbr0ck3r/asdf-atlas](https://github.com/pbr0ck3r/asdf-atlas) | [![CI](https://github.com/pbr0ck3r/asdf-atlas/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-atlas/actions/workflows/build.yml) |
| aws-copilot | [NeoHsu/asdf-copilot](https://github.com/NeoHsu/asdf-copilot) | [![Build](https://github.com/NeoHsu/asdf-copilot/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-copilot/actions?query=workflow%3ABuild) |
| aws-amplify-cli | [LozanoMatheus/asdf-aws-amplify-cli](https://github.com/LozanoMatheus/asdf-aws-amplify-cli) | [![Build](https://github.com/LozanoMatheus/asdf-aws-amplify-cli/workflows/Build/badge.svg)](https://github.com/LozanoMatheus/asdf-aws-amplify-cli/actions/workflows/build.yml) |
| AWS IAM authenticator | [zekker6/asdf-aws-iam-authenticator](https://github.com/zekker6/asdf-aws-iam-authenticator) | [![Test](https://github.com/zekker6/asdf-aws-iam-authenticator/actions/workflows/test.yml/badge.svg)](https://github.com/zekker6/asdf-aws-iam-authenticator/actions/workflows/test.yml) |
Expand Down Expand Up @@ -217,6 +218,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
| editorconfig-checker | [gabitchov/asdf-editorconfig-checker](https://github.com/gabitchov/asdf-editorconfig-checker) | [![Build Status](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker.svg?branch=master)](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker) |
| ejson | [cipherstash/asdf-ejson](https://github.com/cipherstash/asdf-ejson) | [![Build](https://github.com/cipherstash/asdf-ejson/workflows/Build/badge.svg?branch=main&event=push)](https://github.com/cipherstash/asdf-ejson/actions) |
| eksctl | [elementalvoid/asdf-eksctl](https://github.com/elementalvoid/asdf-eksctl) | [![GitHub Actions Status](https://github.com/elementalvoid/asdf-eksctl/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/elementalvoid/asdf-eksctl/actions) |
| elixir-ls | [juantascon/asdf-elixir-ls](https://github.com/juantascon/asdf-elixir-ls) | [![GitHub Actions Status](https://github.com/juantascon/asdf-elixir-ls/actions/workflows/workflow.yml/badge.svg)](https://github.com/juantascon/asdf-elixir-ls/actions) |
| Elasticsearch | [asdf-community/asdf-elasticsearch](https://github.com/asdf-community/asdf-elasticsearch) | [![Build Status](https://github.com/asdf-community/asdf-elasticsearch/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-elasticsearch/actions) |
| Elixir | [asdf-vm/asdf-elixir](https://github.com/asdf-vm/asdf-elixir) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-elixir.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-elixir) |
| Elm | [asdf-community/asdf-elm](https://github.com/asdf-community/asdf-elm) | [![Build Status](https://github.com/asdf-community/asdf-elm/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-elm/actions) |
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/elixir-ls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repository = https://github.com/juantascon/asdf-elixir-ls

0 comments on commit df316d6

Please sign in to comment.