Merge pull request #1 from uptechteam/update/swiftlint_0.54.0 #3
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: Tests | |
on: | |
push: | |
branches: [ "main" ] | |
jobs: | |
run_tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Setup Mint Swift Package Manager | |
uses: irgaly/[email protected] | |
- name: Run Config Validator Tests | |
run: ./configValidator.sh -t |