Skip to content

Add compete.yaml workflow #9

Add compete.yaml workflow

Add compete.yaml workflow #9

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:
path: fixtures/images
dir_names: true
json: true
escape_json: false
- run: echo ${{ steps.changed.outputs.all_changed_files }}