Skip to content

switch from node-fetch to undici #110

switch from node-fetch to undici

switch from node-fetch to undici #110

Workflow file for this run

on: [push]
name: Test Extensions
jobs:
test-tldr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- run: |
go build -o /usr/local/bin/sunbeam
- name: Install tldr
run: |
curl -L https://github.com/dbrgn/tealdeer/releases/download/v1.6.1/tealdeer-linux-x86_64-musl -o /usr/local/bin/tldr
chmod +x /usr/local/bin/tldr
tldr --update
- run: ./scripts/test.sh