pdqhash-go

git clone git://archive.git.mtrnord.blog/MTRNord/pdqhash-go.git
Log | Files | Refs | LICENSE

commit d36884a27ceaa756877617800b2130d56dde2926
parent f87335bc9fa50384ba6644b198cbfa53b8d257b5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 25 Feb 2024 02:02:38 +0100

Fix indentations

Diffstat:
M.github/workflows/ci.yaml | 40++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml @@ -3,23 +3,23 @@ on: ["push", "pull_request"] jobs: ci: - name: "Run CI" - strategy: - fail-fast: false - matrix: - os: ["windows-latest", "ubuntu-latest", "macOS-latest"] - go: ["1.22.x"] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - uses: WillAbides/setup-go-faster@v1.14.0 - with: - go-version: ${{ matrix.go }} - - run: "go test ./..." - - run: "go vet ./..." - - uses: dominikh/staticcheck-action@v1.2.0 - with: - install-go: false - cache-key: ${{ matrix.go }} + name: "Run CI" + strategy: + fail-fast: false + matrix: + os: ["windows-latest", "ubuntu-latest", "macOS-latest"] + go: ["1.22.x"] + runs-on: ${{ matrix.os }} + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 1 + - uses: WillAbides/setup-go-faster@v1.14.0 + with: + go-version: ${{ matrix.go }} + - run: "go test ./..." + - run: "go vet ./..." + - uses: dominikh/staticcheck-action@v1.2.0 + with: + install-go: false + cache-key: ${{ matrix.go }}