Bump github.com/a-h/templ from 0.2.771 to 0.2.778 #173
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
--- | |
# SPDX-FileCopyrightText: 2020 James Mills / prologic | |
# | |
# SPDX-License-Identifier: MIT | |
name: reviewdog | |
on: [pull_request] | |
jobs: | |
remark-lint: | |
name: runner / remark-lint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: install remark presets | |
run: npm install | |
shell: bash | |
- name: remark-lint | |
uses: reviewdog/action-remark-lint@v5 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
reporter: github-pr-check | |