Skip to content

fix: update media handling and type consistency in Instagram, Telegra… #99

fix: update media handling and type consistency in Instagram, Telegra…

fix: update media handling and type consistency in Instagram, Telegra… #99

Workflow file for this run

name: lint
on:
push:
tags:
- v*
branches: [main]
pull_request:
branches: [main]
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Lint and Test
run: make test