Skip to content

feat: fix remi rpm

feat: fix remi rpm #29

Workflow file for this run

---
name: Lint
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1
- name: 🚀 Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v16
- name: 🚀 Run shellcheck
uses: bewuethr/shellcheck-action@v2