Skip to content

align units throughout code (#364) #386

align units throughout code (#364)

align units throughout code (#364) #386

name: sigrid-publish
on:
push:
branches:
- "main"
jobs:
sigridci:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sigrid CI
uses: Software-Improvement-Group/sigridci@main
with:
customer: deltares
system: hatyan
publishonly: false
exclude: /tests/
env:
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}"