Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Bump github.com/gofiber/fiber/v2 from 2.1.0 to 2.43.0 #8

Bump github.com/gofiber/fiber/v2 from 2.1.0 to 2.43.0

Bump github.com/gofiber/fiber/v2 from 2.1.0 to 2.43.0 #8

Workflow file for this run

name: reviewdog
on: [ pull_request ]
jobs:
misspell:
name: misspell
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v1
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
locale: "US"
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1