Add pipeline #1

Open
opened 2024-01-12 16:08:32 +01:00 by HerHde · 0 comments
Member

@Mascha wants these documents to appear on the website, so we need a CI/CD.
I, for my part, want pre-commit to be run like:

steps:
  check-pre-commit:
    image: # something with pre-commit and mdl?
    environment:
      - SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check
    commands:
      - pre-commit run --all-files
@Mascha wants these documents to appear on the website, so we need a CI/CD. I, for my part, want `pre-commit` to be run like: ```yaml steps: check-pre-commit: image: # something with pre-commit and mdl? environment: - SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check commands: - pre-commit run --all-files ```
HerHde added the
enhancement
help wanted
labels 2024-01-12 16:08:32 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wtf-eg/dokumente#1
No description provided.