14 lines
335 B
YAML
14 lines
335 B
YAML
name: Check Rebar Dependencies
|
|
|
|
on: [pull_request, push]
|
|
|
|
jobs:
|
|
check_deps_integrity:
|
|
runs-on: ubuntu-20.04
|
|
container: ghcr.io/emqx/emqx-builder/5.0-26:1.13.4-25.1.2-2-ubuntu20.04
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: Run check-deps-integrity.escript
|
|
run: ./scripts/check-deps-integrity.escript
|