Skip to content

Bump the octokit-dependencies group with 3 updates #417

Bump the octokit-dependencies group with 3 updates

Bump the octokit-dependencies group with 3 updates #417

Workflow file for this run

name: Linters
on:
push:
branches: [main]
paths-ignore:
- 'dist/**'
- 'package-lock.json'
pull_request:
paths-ignore:
- 'dist/**'
- 'package-lock.json'
jobs:
dprint:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: dprint/check@2f1cf31537886c3bfb05591c031f7744e48ba8a1 # v2.2
with:
dprint-version: '0.45.0' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" }
typos:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
# Intentionally point to the latest version, not the version bound by nix.
# Because getting commit ref from version string requires network access.
- uses: crate-ci/typos@35a8bc67870d6c0b7407683319ae175577e24261 # v1.16.19
with:
files: |
.
.github
.vscode