Greedy Solver: call track_states.size() only once #42
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: Checks | |
on: | |
push: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
container: ghcr.io/acts-project/format10:v11 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check | |
run: .github/check_format.sh . | |
- uses: actions/upload-artifact@v1 | |
if: failure() | |
with: | |
name: changed | |
path: changed |