Skip to content

chore(deps): Update Rust crate env_logger to 0.11.3 #380

chore(deps): Update Rust crate env_logger to 0.11.3

chore(deps): Update Rust crate env_logger to 0.11.3 #380

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