Skip to content

Dockerfiles: bump eve-alpine image, eve-cross-compilers and eve-dom0-ztools #1

Dockerfiles: bump eve-alpine image, eve-cross-compilers and eve-dom0-ztools

Dockerfiles: bump eve-alpine image, eve-cross-compilers and eve-dom0-ztools #1

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push:
branches:
- "master"
- "[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+-stable"
paths-ignore:
- '**/*.md'
- '.github/**'
pull_request:
branches:
- "master"
- "[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+-stable"
paths-ignore:
- '**/*.md'
- '.github/**'
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Lint
run: |
make lint
- name: Store raw test results
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: 'lint-report'
path: ${{ github.workspace }}/dist