Skip to content

Commit

Permalink
Create test_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Nov 28, 2023
1 parent b7c9410 commit fe4e43c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: check action test

on:
pull_request_target:
types:
- opened

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!

0 comments on commit fe4e43c

Please sign in to comment.