Skip to content

build(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #64

build(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0

build(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #64

Workflow file for this run

name: "Run Linter"
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint with Pint
uses: aglipanci/[email protected]
- name: Commit linted files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "fix: Files linted with Pint"