Updated documentation pages about the SHA-512 encryption algorithm us… #250
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: PHP Syntax Check | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: PHP Syntax Checker (Lint) | |
uses: StephaneBour/[email protected] | |
with: | |
dir: '.' |