Skip to content

Commit

Permalink
TST
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Apr 25, 2024
1 parent ad9d3a1 commit 74ad6c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ on:
- created

jobs:
check:
runs-on: ubuntu-20.04
steps:
- name: print variables
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo "--from-ref ${{ github.event.pull_request.base.ref }}"
echo "--from-ref ${{ github.event.pull_request.head.sha }}"
echo "$GITHUB_CONTEXT"
git remote -v
pre-commit:
name: "pre-commit checks"
uses: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml@master
Expand Down

0 comments on commit 74ad6c5

Please sign in to comment.