Skip to content

collect dynamic library dependencies at linking as dynlib metadata #67

collect dynamic library dependencies at linking as dynlib metadata

collect dynamic library dependencies at linking as dynlib metadata #67

Workflow file for this run

---
name: ci
on:
push:
branches:
- main
tags:
- v*
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v1
with:
config_file: .ci/yamllint.yml
strict: true
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: docker build
run: docker run -v ${PWD}:/out $(cd .devcontainer && docker build -q .)
- name: Check
run: |
ls bomtrace2