Skip to content

Rename rhivos-content plugin to rhivos-tools #433

Rename rhivos-content plugin to rhivos-tools

Rename rhivos-content plugin to rhivos-tools #433

Workflow file for this run

name: Lint plugins
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Pull claudelint Docker image
run: docker pull ghcr.io/stbenjam/claudelint:main
- name: Run claudelint
run: |
docker run --rm \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
ghcr.io/stbenjam/claudelint:main \
-v --strict