Skip to content

1421 update logs for Unicode Nul character #480

1421 update logs for Unicode Nul character

1421 update logs for Unicode Nul character #480

Workflow file for this run

name: Check HLint
on:
push: {}
merge_group: {}
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get -y install libtinfo5
- name: Set up HLint
uses: rwe/actions-hlint-setup@v1
with:
version: "3.2.7"
- name: Run HLint
uses: rwe/actions-hlint-run@v2
with:
path: "."
fail-on: error