Skip to content

Bump MaxMind.GeoIP2.UnitTests/TestData/MaxMind-DB from f387805 to 7ef0ff7 #402

Bump MaxMind.GeoIP2.UnitTests/TestData/MaxMind-DB from f387805 to 7ef0ff7

Bump MaxMind.GeoIP2.UnitTests/TestData/MaxMind-DB from f387805 to 7ef0ff7 #402

Workflow file for this run

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