Skip to content

Update Go to fix GO-2023-2182 and GO-2023-2185 #89

Update Go to fix GO-2023-2182 and GO-2023-2185

Update Go to fix GO-2023-2182 and GO-2023-2185 #89

Workflow file for this run

---
# 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@v3
- 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