Skip to content

fix: run ci on codeberg #43

fix: run ci on codeberg

fix: run ci on codeberg #43

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push:
branches: [main, develop, dev]
pull_request:
branches: [main, develop, dev]
merge_group:
permissions:
contents: read
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
persist-credentials: false
- name: Super-linter
uses: docker://ghcr.io/super-linter/super-linter:slim-v8.5.0@sha256:857dcc3f0bf5dd065fdeed1ace63394bb2004238a5ef02910ea23d9bcd8fd2b8
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUN_LOCAL: true
VALIDATE_ALL_CODEBASE: false
VALIDATE_CHECKOV: false
VALIDATE_XML: false