Merge pull request #7 from stanhu/sh-fail-fast-curl #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |