Skip to content

Merge pull request #378 from crate-ci/renovate/rust-1.x #370

Merge pull request #378 from crate-ci/renovate/rust-1.x

Merge pull request #378 from crate-ci/renovate/rust-1.x #370

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: ./