Skip to content

Merge pull request #7 from stanhu/sh-fail-fast-curl #7

Merge pull request #7 from stanhu/sh-fail-fast-curl

Merge pull request #7 from stanhu/sh-fail-fast-curl #7

Workflow file for this run

# GitHub Actions
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions
name: master
on:
- push
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: test asdf plugin
uses: asdf-vm/actions/plugin-test@v1
with:
command: "golangci-lint version"