Skip to content

Bump github.com/cli/shurcooL-graphql from 0.0.3 to 0.0.4 #95

Bump github.com/cli/shurcooL-graphql from 0.0.3 to 0.0.4

Bump github.com/cli/shurcooL-graphql from 0.0.3 to 0.0.4 #95

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install asdf dependencies
uses: asdf-vm/actions/install@v2
- name: Build
run: go build -v ./...
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install asdf dependencies
uses: asdf-vm/actions/install@v2
- name: Test
run: go test -v ./...