Correctly hash messages where the input length was 55 + (64*n) or 111… #44
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linting | |
on: | |
push: | |
paths: '**.luau' | |
branches: 'main' | |
pull_request: | |
paths: '**.luau' | |
jobs: | |
Lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ok-nick/[email protected] | |
- name: Run Selene | |
run: selene modules | |
- name: Run StyLua | |
run: stylua modules --check |