Skip to content

GHA: set concurrency, set cooldown for Dependabot (#499) #54

GHA: set concurrency, set cooldown for Dependabot (#499)

GHA: set concurrency, set cooldown for Dependabot (#499) #54

Workflow file for this run

# Copyright (C) Daniel Stenberg, <[email protected]>, et al.
#
# SPDX-License-Identifier: curl
name: typos
'on':
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: {}
jobs:
typos:
name: 'typos'
runs-on: ubuntu-latest
steps:
- name: 'install'
run: /home/linuxbrew/.linuxbrew/bin/brew install typos-cli
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: 'typos'
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
typos --version
.github/scripts/typos.sh