Skip to content

Commit

Permalink
Add compete.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Jan 4, 2024
1 parent 5e970d7 commit a18d7b3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/compete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: pull_request

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- id: changed
uses: tj-actions/changed-files@v41
with:
json: true
escape_json: false

- run: echo ${{ steps.changed.outputs.all_changed }}

0 comments on commit a18d7b3

Please sign in to comment.