chore(deps): Bump the github group across 1 directory with 3 updates #101
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
# This Source Code Form is subject to the terms of the Mozilla Public | |
# License, v. 2.0. If a copy of the MPL was not distributed with this | |
# file, You can obtain one at https://mozilla.org/MPL/2.0/. | |
# | |
# SPDX-License-Identifier: MPL-2.0 | |
name: lint | |
on: | |
push: | |
branches: | |
# Run on pushes to default branch | |
- main | |
# Run against pull requests | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
markdown: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🔒 harden runner | |
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1 | |
with: | |
egress-policy: audit | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- name: ⬇️ lint | |
run: | | |
make lint |