Skip to content

Merge branch '2024' of github.com:minprog/programmeren-1 into 2024 #976

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

Merge branch '2024' of github.com:minprog/programmeren-1 into 2024 #976

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: {}}"