Compare commits

...

3 Commits

Author SHA1 Message Date
IamTheFij ee3bc789ea Fix linting
continuous-integration/drone/push Build is passing Details
2022-04-07 13:26:31 -07:00
IamTheFij 4ff321933b Fix pre-commit url
continuous-integration/drone/push Build is failing Details
2022-04-07 10:15:27 -07:00
IamTheFij 5ba2fc721b fix typo
continuous-integration/drone/push Build is failing Details
2022-04-05 22:00:52 -07:00
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: git://github.com/dnephin/pre-commit-golang
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.3.5
hooks:
- id: go-fmt

View File

@ -4,6 +4,7 @@ FROM golang:1.17-alpine AS builder
# hadolint ignore=DL3018
RUN apk add --no-cache git
# hadolint ignore=DL3059
RUN mkdir /app
WORKDIR /app

View File

@ -16,4 +16,4 @@ Usage:
## Installation
You can either install the binary from the Releases tab or use the image hoated on Docker Hub at `iamthefij/tag-checker`.
You can either install the binary from the Releases tab or use the image hosted on Docker Hub at `iamthefij/tag-checker`.