Set correct preview image for OSPO book news entry #195
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: OSO Repolinter | |
on: [push, workflow_dispatch] | |
jobs: | |
# ============================================================================= | |
# JOB: REPOLINTER | |
# ============================================================================= | |
analyzer: | |
runs-on: ubuntu-latest | |
name: OSO Repolinter | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run OSO Repolinter | |
id: repolinter | |
uses: porscheofficial/.github/workflows/repolinter@main | |
with: | |
is-distributed: true |