Skip to content

Merge pull request #379 from epage/template #372

Merge pull request #379 from epage/template

Merge pull request #379 from epage/template #372

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