Skip to content

Commit

Permalink
Add ae-build-pr.yaml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
akilangh committed Mar 1, 2024
1 parent 9d9ac68 commit 8588daa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ae-build-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
workflow_dispatch: {}
pull_request: {}

jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: test workflow
shell: bash
env:
CI: "1"
run: |
pwd
ls -la

0 comments on commit 8588daa

Please sign in to comment.