Skip to content

Commit 866647d

Browse files
authored
Maint/fix nightly (#9)
1 parent f6ce0b5 commit 866647d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,21 @@ on:
77

88
env:
99
MAIN_PYTHON_VERSION: '3.10'
10+
PACKAGE_NAME: 'ansys-dynamicreporting-core'
11+
PACKAGE_NAMESPACE: 'ansys.dynamicreporting'
12+
1013

1114
jobs:
1215

16+
style:
17+
name: Code style
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: PyAnsys code style checks
21+
uses: ansys/actions/code-style@v4
22+
with:
23+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
24+
1325
smoke-tests:
1426
name: Build and smoke tests
1527
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)