Skip to content

add utilities for parsing dependencies of Go, Rust, Erlang, Elixir and NodeJS modules #109

add utilities for parsing dependencies of Go, Rust, Erlang, Elixir and NodeJS modules

add utilities for parsing dependencies of Go, Rust, Erlang, Elixir and NodeJS modules #109

Workflow file for this run

---
name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-test
cancel-in-progress: true
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- name: Run Go tests
run: make test