Skip to content

Create cii.yml

Create cii.yml #3

Workflow file for this run

name: Exporter
on:
pull_request:
branches:
- dev
- master
permissions:
id-token: write
pull-requests: write
checks: write
contents: write
jobs:
tomlcheck:
name: TomlCheck
runs-on: [self-hosted]
steps:
- name: Check
shell: bash
run: |
echo "Hello World!"