Skip to content

feat: supports functions in bash/js/python/ruby #17

feat: supports functions in bash/js/python/ruby

feat: supports functions in bash/js/python/ruby #17

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '*'
push:
branches:
- main
defaults:
run:
shell: bash
jobs:
all:
name: All
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-crate@v1
with:
owner: sigoden
name: argc
- name: Check versions
run: argc version
- name: Setup Python
uses: actions/setup-python@v5
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
ruby-version: '3.3'

Check failure on line 40 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 40, Col: 7): Unexpected value 'ruby-version'
- name: Run Test
run: argc test