Skip to content

Add changelog for 1.4.2-1 release #5

Add changelog for 1.4.2-1 release

Add changelog for 1.4.2-1 release #5

Workflow file for this run

name: "lint"
on:
pull_request:
push:
branches:
- master
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: --severity=error