Skip to content

feat: rewrite to accept json data from cli args other than env var #26

feat: rewrite to accept json data from cli args other than env var

feat: rewrite to accept json data from cli args other than env var #26

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '*'
push:
branches:
- main
defaults:
run:
shell: bash
jobs:
all:
name: All
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-crate@v1
with:
owner: sigoden
name: argc
- name: Check versions
run: argc version
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Run Test
run: argc test