Skip to content

Bump asdf-vm/actions from 2 to 3 (#6) #19

Bump asdf-vm/actions from 2 to 3 (#6)

Bump asdf-vm/actions from 2 to 3 (#6) #19

Workflow file for this run

name: Test asdf plugin
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
command: "tfupdate -v"
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ShellCheck
run: shellcheck bin/*