Skip to content

Commit 6dd11fa

Browse files
committed
Create Block SmithAxis
2 parents 31c1a87 + c36a576 commit 6dd11fa

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: CompatHelper
2-
on:
3-
schedule:
4-
- cron: 0 0 * * *
5-
workflow_dispatch:
6-
jobs:
7-
CompatHelper:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Pkg.add("CompatHelper")
11-
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
12-
- name: CompatHelper.main()
13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main()'
2+
#on:
3+
# schedule:
4+
# - cron: 0 0 * * *
5+
# workflow_dispatch:
6+
#jobs:
7+
# CompatHelper:
8+
# runs-on: ubuntu-latest
9+
# steps:
10+
# - name: Pkg.add("CompatHelper")
11+
# run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
12+
# - name: CompatHelper.main()
13+
# env:
14+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
# COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16+
# run: julia -e 'using CompatHelper; CompatHelper.main()'

LICENSE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
MIT License
22

3+
<<<<<<< HEAD
34
Copyright (c) 2025 uvegege and contributors
5+
=======
6+
Copyright (c) 2025 Uvegege and contributors
7+
>>>>>>> c36a5761eeec75ab955b460ce78d7d9db954b1a4
48

59
Permission is hereby granted, free of charge, to any person obtaining a copy
610
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)