14 lines
326 B
YAML
14 lines
326 B
YAML
name: Check Rebar Dependencies
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
check_deps_integrity:
|
|
runs-on: ubuntu-20.04
|
|
container: "ghcr.io/emqx/emqx-builder/5.0:24.1.1-emqx-1-ubuntu20.04"
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Run check-deps-integrity.escript
|
|
run: ./scripts/check-deps-integrity.escript
|