Skip to content

roblox/api: handle http errors #509

roblox/api: handle http errors

roblox/api: handle http errors #509

Workflow file for this run

name: Build
on:
push:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Build Vinegar'
run: make VINEGAR_GOFLAGS="--tags nogui"