Bump MaxMind.GeoIP2.UnitTests/TestData/MaxMind-DB from f387805 to 7ef0ff7
#402
This file contains hidden or 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: precious | |
| on: | |
| push: | |
| pull_request: | |
| schedule: | |
| - cron: "5 5 * * SUN" | |
| permissions: {} | |
| jobs: | |
| precious: | |
| name: lint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | |
| with: | |
| persist-credentials: false | |
| - name: Setup mise | |
| uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 | |
| with: | |
| cache: true | |
| env: | |
| # Multiple dotnet SDKs share a single dotnet-root. Parallel | |
| # installs race on the shared binary, causing verification | |
| # failures (exit code 150). | |
| MISE_JOBS: "1" | |
| - name: Run precious lint | |
| run: precious lint --all |