Skip to content

chore(deps): update docker.io/oryd/kratos docker tag to v26 #211

chore(deps): update docker.io/oryd/kratos docker tag to v26

chore(deps): update docker.io/oryd/kratos docker tag to v26 #211

Workflow file for this run

name: Validation - GHA Linter
on:
merge_group:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
jobs:
validate:
name: Validate GHA
timeout-minutes: 5
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: dorny/paths-filter@v4
id: filter
with:
base: master
filters: |
workflows:
- '.github/**'
- name: Setup dependencies
if: ${{ steps.filter.outputs.workflows == 'true' }}
run: |
make .bin/actionlint
- name: Make lint
if: ${{ steps.filter.outputs.workflows == 'true' }}
run: |
make gha-lint