Skip to content

chore(config): migrate config .github/renovate.json5 #323

chore(config): migrate config .github/renovate.json5

chore(config): migrate config .github/renovate.json5 #323

Workflow file for this run

name: Test GitHub Action
on: [push, pull_request]
jobs:
run:
name: Lint Commits
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Run Committed
uses: ./
with:
args: "-vv"
commits: "HEAD"
run_pr:
name: Lint Commits (PR)
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Committed
uses: ./