Skip to content

chore(ci): use own actions #154

chore(ci): use own actions

chore(ci): use own actions #154

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
branches:
- '**'
tags-ignore:
- '**'
concurrency:
group: run-tests-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_tests:
uses: badisi/actions/.github/workflows/action.yml@v1

Check failure on line 17 in .github/workflows/ci_tests.yml

View workflow run for this annotation

GitHub Actions / Run tests

Invalid workflow file

error parsing called workflow ".github/workflows/ci_tests.yml" -> "badisi/actions/.github/workflows/action.yml@v1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'
lint: true
test: true
build: true