Skip to content

Disable s390x and ppc64le in korrel8r pipeline #56

Disable s390x and ppc64le in korrel8r pipeline

Disable s390x and ppc64le in korrel8r pipeline #56

Workflow file for this run

name: Pre-submit tests
on:
pull_request:
jobs:
generate:
name: Verify generated code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make --always-make generate && git diff --exit-code
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make --always-make lint