Skip to content

Merge commit 'refs/pull/1139/head' of https://github.com/digitalbitbo… #2132

Merge commit 'refs/pull/1139/head' of https://github.com/digitalbitbo…

Merge commit 'refs/pull/1139/head' of https://github.com/digitalbitbo… #2132

Workflow file for this run

# See reference docs at
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: ci
on: [push, pull_request]
jobs:
linux-docker:
runs-on: ubuntu-22.04
steps:
- name: Clone the repo
uses: actions/checkout@v2
with:
submodules: recursive
- name: Pull CI container image
run: ./.ci/run-container-ci pull
- name: Run CI in container
run: ./.ci/run-container-ci ${{github.workspace}} ${{github.base_ref}}