Skip to content

CI

CI #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: test-file
uses: ./
with:
params-file: ./test.json