Skip to content

Update the XZ article with the link of the 'package sources' RFC we just published on Arch Linux side #272

Update the XZ article with the link of the 'package sources' RFC we just published on Arch Linux side

Update the XZ article with the link of the 'package sources' RFC we just published on Arch Linux side #272

Workflow file for this run

name: CI
on: pull_request
jobs:
Test:
runs-on:
- self-hosted
- CI-CD
steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Run actionlint
run: actionlint -ignore 'label "CI-CD" is unknown' .github/workflows/CI.yml
- name: Run codespell
run: codespell --enable-colors content
- name: Run mdl
run: mdl --style .github/workflows/mdl_style.rb README.md content