Skip to content

1.5x speed increase by using cmp instead of crc32 #103

1.5x speed increase by using cmp instead of crc32

1.5x speed increase by using cmp instead of crc32 #103

Workflow file for this run

# ShellCheck
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master