Skip to content

Commit

Permalink
add GHA for install test
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Mar 7, 2022
1 parent a07a0c9 commit 1375bcc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test

on:
push:
branches:
- main
pull_request:

jobs:
shellfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

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

- name: Run plugin test
run: asdf plugin test assh .

0 comments on commit 1375bcc

Please sign in to comment.