Skip to content

Commit

Permalink
Added github workflows for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sjshweta authored May 8, 2024
1 parent 9c1340b commit eeadd67
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 492 deletions.
83 changes: 0 additions & 83 deletions .github/ISSUE_TEMPLATE/1-bug.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/2-feature.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/run_ci_checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Run CI checks
on:
pull_request:
types: "**"
branches: "**"
pull_request_review:
types: "**"
branches: "**"
permissions: read-all
jobs:
TriggerWorkfows:
uses: projectceladon/celadonworkflows/.github/workflows/[email protected]
with:
EVENT: ${{ toJSON(github.event) }}
Loading

0 comments on commit eeadd67

Please sign in to comment.