Skip to content

Bump github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.6 #1005

Bump github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.6

Bump github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.6 #1005

name: Test Pull Request
on:
pull_request:
branches:
- main
- v*
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-22.04
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Checkout
uses: actions/checkout@v3
- name: Run Unit Tests
run: ./scripts/unit.sh
upload:
name: Upload Workflow Event Payload
runs-on: ubuntu-22.04
steps:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: event-payload
path: ${{ github.event_path }}