Swap to using bit32.byteswap for blake2s #40
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 |