Skip to content

Reconfigure the RPM URLs if checksum changed. #119

Reconfigure the RPM URLs if checksum changed.

Reconfigure the RPM URLs if checksum changed. #119

Workflow file for this run

name: "build and test"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v1
- run: bazel build //... && bazel test //...