Fixing mirrored texture in directions SOUTH and WEST. To make this fi… #79
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: Norminette and Build | |
on: [push, pull_request] | |
jobs: | |
norminette: | |
name: Norminette | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: alexandregv/norminette-action@v3 | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
submodules: true | |
- name: make | |
run: make |