Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Bump asdf-vm/actions from 1 to 3 #13

Bump asdf-vm/actions from 1 to 3

Bump asdf-vm/actions from 1 to 3 #13

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: "embulk --version"
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run ShellCheck
run: shellcheck bin/*