Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

add insta dl support #11

add insta dl support

add insta dl support #11

Workflow file for this run

name: build
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.6'
- name: Build
run: go build -v ./...