Skip to content

Add support for Windows, macOS and Linux ARM #13

Add support for Windows, macOS and Linux ARM

Add support for Windows, macOS and Linux ARM #13

Workflow file for this run

name: Test jelly-rdf/setup-cli action
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-24.04-arm]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run action
uses: ./
- name: Run jelly-cli version
run: jelly-cli version