Skip to content

Commit

Permalink
Merge pull request #30 from impel-intelligence/actions
Browse files Browse the repository at this point in the history
* Add github actions

* Update

* Update

* Update

* Fix actions remove push

* Update

* test
  • Loading branch information
pravin-X109 authored Dec 11, 2024
2 parents a0059d9 + ff52774 commit 5fe116a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/validator-script-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Basic Workflow

on:
workflow_dispatch: {} # Allow manual triggering of the workflow

jobs:
placeholder-job:
runs-on: ubuntu-latest # Use the latest Ubuntu image as the runner environment

steps:
- name: Placeholder step
run: echo "This is a basic workflow with manual triggering enabled."

0 comments on commit 5fe116a

Please sign in to comment.