This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Update dependency denoland/deno to v1.40.3 #612
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint - Common | |
on: | |
push: | |
branches: [main] | |
paths-ignore: | |
- 'LICENSE' | |
- '.vscode' | |
pull_request: | |
paths-ignore: | |
- 'LICENSE' | |
- '.vscode' | |
jobs: | |
dprint: | |
timeout-minutes: 5 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: dprint/check@v2.2 | |
with: | |
dprint-version: '0.43.0' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" } | |
typos: | |
timeout-minutes: 5 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
# Accepts to be different with nixpkgs, use latest by renovatebot | |
- uses: crate-ci/typos@v1.17.2 | |
with: | |
files: | | |
. | |
.github | |
.vscode |