Skip to content

using: node20 instead of using: composite #43

using: node20 instead of using: composite

using: node20 instead of using: composite #43

Workflow file for this run

name: Test action
on:
push:
branches: "main"
paths-ignore:
- wiki/**
- LICENSE
- README.md
- .github/**
- "!.github/workflows/test-action.yml"
pull_request:
paths-ignore:
- wiki/**
- LICENSE
- README.md
- .github/**
- "!.github/workflows/test-action.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-action:
permissions:
contents: write
strategy:
max-parallel: 1
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions4gh/configure-wiki@v1
with:
path: test
- uses: ./
with:
path: test