Skip to content

Add a type to collections returned by search #40094

Add a type to collections returned by search

Add a type to collections returned by search #40094

Workflow file for this run

name: Snowplow
on:
pull_request:
branches:
- '**'
jobs:
files-changed:
name: Check which files changed
runs-on: ubuntu-22.04
timeout-minutes: 3
outputs:
snowplow: ${{ steps.changes.outputs.snowplow }}
steps:
- uses: actions/checkout@v4
- name: Test which files changed
uses: dorny/paths-filter@v3.0.0
id: changes
with:
token: ${{ github.token }}
filters: .github/file-paths.yaml
lint:
needs: files-changed
if: needs.files-changed.outputs.snowplow == 'true'
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
run: docker run -v $(pwd):/snowplow snowplow/igluctl:0.6.0 lint snowplow