Fix issue were the folder was not being created for code system styles #374
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: Run on every commit | |
on: [push] | |
jobs: | |
commitChecks: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone project | |
uses: actions/checkout@v3 | |
- name: Setup project | |
uses: ./.github/reusable-actions/setup-project | |
- name: Run checks | |
uses: ./.github/reusable-actions/check-project |