Skip to content

Install ShellSpec directly #2

Install ShellSpec directly

Install ShellSpec directly #2

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ShellSpec
run: curl -fsSL https://git.io/shellspec | sh -s -- --yes
- run: make test