Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Bump DeterminateSystems/nix-installer-action from 12 to 13 in the determinatesystems-actions group #245

Bump DeterminateSystems/nix-installer-action from 12 to 13 in the determinatesystems-actions group

Bump DeterminateSystems/nix-installer-action from 12 to 13 in the determinatesystems-actions group #245

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-24.04
steps:
- uses: actions/checkout@v4
- uses: dprint/check@v2.2
with:
dprint-version: '0.45.1' # selfup {"extract":"\\d[^']+","replacer":["bash","-c","dprint --version | cut -d ' ' -f 2"]}
typos:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.21.0 # selfup {"extract":"\\d\\.\\d+\\.\\d+","replacer":["bash","-c","typos --version | cut -d ' ' -f 2"]}
with:
files: |
.
.github
.vscode