Skip to content

Commit

Permalink
Merge pull request #26 from syl-oh/syl-oh-patch-12
Browse files Browse the repository at this point in the history
  • Loading branch information
syl-oh authored Sep 18, 2024
2 parents 17fff22 + 18a9673 commit 7180b27
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/experiment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Experiment

on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Print all environment variables
run: env

0 comments on commit 7180b27

Please sign in to comment.