Skip to content

Commit e94e8ce

Browse files
authored
Merge pull request #464 from fortran-lang/fix/m_intrinsics_update
fix: M_intrinsics repo restructure
2 parents 7466af5 + 84a31f8 commit e94e8ce

File tree

3 files changed

+221
-8
lines changed

3 files changed

+221
-8
lines changed

.github/workflows/update-intrinsics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Update Markdown intrinsics
2424
run: |
25-
python3 -m fortls.parsers.internal.intrinsics
25+
python3 scripts/update_m_intrinsics.py
2626
2727
- name: Create Pull Request
2828
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)