Skip to content

Bump actionlint from 1.7.3 to 1.7.4 #52

Bump actionlint from 1.7.3 to 1.7.4

Bump actionlint from 1.7.3 to 1.7.4 #52

---
name: Functional Tests
on: # yamllint disable-line rule:truthy
pull_request: {}
push:
branches:
- main
defaults:
run:
shell: sh
jobs:
setup-ciao:
name: Setup Ciao
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
os: ["ubuntu", "macos"]
version:
["1.24.0-m1", "1.23.0-m1", "1.22.0-m7", "1.22.0-m6", "1.22.0-m5"]
runs-on: ${{ matrix.os }}-latest
steps:
- name: Checkout ${{ github.repository }}
uses: actions/checkout@v4
- name: Setup Ciao
uses: ./
with:
version: ${{ matrix.version }}
- name: Run command
run: ciao list