Skip to content

fix(model): register magnetic cell derivatives correctly (#5836) #1133

fix(model): register magnetic cell derivatives correctly (#5836)

fix(model): register magnetic cell derivatives correctly (#5836) #1133

Workflow file for this run

name: TODO workflow
on:
push:
branches:
- master
jobs:
build:
if: github.repository_owner == 'deepmodeling'
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v7
- name: Run tdg-github-action
uses: ribtoks/tdg-github-action@master
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
EXCLUDE_PATTERN: "(source/3rdparty|.git)/.*"
COMMENT_ON_ISSUES: 1