Skip to content

ci(github): set shell to bash for windows in runners.yml #384

ci(github): set shell to bash for windows in runners.yml

ci(github): set shell to bash for windows in runners.yml #384

Workflow file for this run

name: CLI
on: push
jobs:
cli:
runs-on: ubuntu-latest
steps:
- name: aws
run: aws help
- name: docker
run: docker help
# https://docs.github.com/en/actions/advanced-guides/using-github-cli-in-workflows
- name: gh
run: gh help