Skip to content

Add guide: download files with curl (#213) #227

Add guide: download files with curl (#213)

Add guide: download files with curl (#213) #227

Workflow file for this run

name: linting
# Controls when the action will run. Triggers the workflow on push or
# pull request events but only for the staging branch
on:
push:
branches: [ staging ]
pull_request:
branches: [ staging ]
# A workflow run is made up of one or more jobs that can run
# sequentially or in parallel
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v1