Merge pull request #332 from habvi/321-create-readme #1
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: Norm | |
on: | |
push: | |
branches: [ "dev" ] | |
pull_request: | |
branches: [ "dev" ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install Norminette. | |
run: | | |
python3 -m pip install --upgrade pip setuptools | |
python3 -m pip install norminette==3.3.51 | |
norminette --version | |
- name: Norm check. | |
run: python3 test/integration_test/norm.py |