Skip to content

Use dict for commands #98

Use dict for commands

Use dict for commands #98

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
run: ./ci.sh
macos:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
shell: bash
run: ./ci.sh