Skip to content

fix(apn): write with utf-8 encoding #463

fix(apn): write with utf-8 encoding

fix(apn): write with utf-8 encoding #463

Workflow file for this run

on: [push, pull_request]
name: ShellCheck scripts
jobs:
shellCheck:
name: ShellCheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: |
while read -r script; do shellcheck --exclude=SC1090,SC1091 $script; done < files