Skip to content

Merge branch '2025' of github.com:minprog/programmeren-1 into 2025 #1208

Merge branch '2025' of github.com:minprog/programmeren-1 into 2025

Merge branch '2025' of github.com:minprog/programmeren-1 into 2025 #1208

Workflow file for this run

name: CI
on:
push:
branches: ['*']
pull_request:
branches: ['*']
jobs:
yaml_check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: YAML Lint
uses: ibiqlik/action-yamllint@v1
with:
config_data: "{extends: relaxed, rules: {}}"