Skip to content

.github/workflows/compete.yaml #2

.github/workflows/compete.yaml

.github/workflows/compete.yaml #2

Workflow file for this run

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 }}