Skip to content

Update all dependencies #1284

Update all dependencies

Update all dependencies #1284

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Test
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: '^1.17.3'
- name: NPM Deps
run: npm install
- name: Run Test
run: make test
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2
with:
file: ./coverage/cover.out
github-token: ${{ secrets.GITHUB_TOKEN }}