Skip to content

Commit

Permalink
Create cii.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AM1729 authored Nov 2, 2023
1 parent 3b76055 commit 6c52acd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/cii.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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, spot, kafka-exporter]
steps:
- name: Check
shell: bash
run: |
echo "Hello World!"

0 comments on commit 6c52acd

Please sign in to comment.