Skip to content

Update changelog

Update changelog #369

Workflow file for this run

---
name: CICD-base
on:
- push
- pull_request
jobs:
CICD-base:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
# Checkout codebase
- name: Checkout
uses: actions/checkout@v2
# Run CICD-base
- name: CICD-base
uses: docker://ghcr.io/uclahs-cds/cicd-base:latest
env:
VALIDATE_R: false
VALIDATE_CPP: false