Skip to content

MLv2: Simplify MetadataProvider protocols (16 methods/3 protocols => 7 methods/2 protocols) #38681

MLv2: Simplify MetadataProvider protocols (16 methods/3 protocols => 7 methods/2 protocols)

MLv2: Simplify MetadataProvider protocols (16 methods/3 protocols => 7 methods/2 protocols) #38681

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