@@ -11,11 +11,11 @@ jobs:
1111 if : github.repository_owner == 'modelica'
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 with :
1616 fetch-depth : 5
1717 - name : Setup python environment
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v4
1919 with :
2020 python-version : 3.8
2121 - name : Install python packages
@@ -28,37 +28,61 @@ jobs:
2828 if : github.repository_owner == 'modelica'
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v3
3232 with :
3333 fetch-depth : 5
3434 - name : Setup python environment
35- uses : actions/setup-python@v2
35+ uses : actions/setup-python@v4
3636 with :
3737 python-version : 3.8
3838 - name : Install python packages
39- run : pip install --user codespell
39+ run : pip install --disable-pip-version-check -- user codespell
4040 - name : Check for spelling errors
4141 run : |
4242 printf "[codespell]\nenable-colors=\n" >> .codespellrc
43+ codespell -L additionals,inport,manuel ./Modelica/package.mo
44+ codespell -L bu,nin ./Modelica/Clocked/RealSignals/Periodic/StateSpace.mo
4345 codespell -L mesures ./Modelica/Constants.mo
4446 codespell -L nin,inport,fo ./Modelica/StateGraph.mo
4547 codespell -L addd,nd,nin ./Modelica/Blocks/Continuous.mo
4648 codespell -L utput ./Modelica/Electrical/Digital.mo
4749 codespell -L ser ./Modelica/Electrical/Polyphase/Examples/PolyphaseRectifier.mo
4850 codespell -L ser ./Modelica/Electrical/Polyphase/Examples/Utilities/PolyphaseRectifierData.mo
51+ codespell -L manuel ./Modelica/Fluid/package.mo
4952 codespell -L pres ./Modelica/Fluid/Dissipation.mo
50- codespell -L fo,alo,als,cacl,ba,nd ./Modelica/Media/IdealGases/package.mo
51- codespell -L fo,alo,als,cacl,ba,nd,alow ./Modelica/Media/IdealGases/Common/SingleGasesData.mo
53+ codespell -L manuel ./Modelica/Fluid/Vessels.mo
54+ codespell -L manuel,nin,inport ./Modelica/Fluid/Examples/AST_BatchPlant.mo
55+ codespell -L fo,alo,als,cacl,ba,nd,ges,caf,inh ./Modelica/Media/IdealGases/package.mo
56+ codespell -L fo,alo,als,cacl,ba,nd,alow,ges,caf,inh ./Modelica/Media/IdealGases/Common/SingleGasesData.mo
5257 codespell -L alow ./Modelica/Media/IdealGases/Common/Functions.mo
5358 codespell -L alow ./Modelica/Media/IdealGases/Common/package.mo
54- codespell -L dout ./Modelica/Media/Water/IF97_Utilities.mo
59+ codespell -L delt ./Modelica/Media/Air/ReferenceAir.mo
60+ codespell -L scrit,delt ./Modelica/Media/R134a.mo
61+ codespell -L dout,scrit,delt ./Modelica/Media/Water/IF97_Utilities.mo
5562 codespell -L archiv ./Modelica/Electrical/Polyphase/UsersGuide/References.mo
63+ codespell -L additionals,vie ./Modelica/Electrical/Spice3.mo
64+ codespell -L vai ./Modelica/Electrical/Machines/BasicMachines/Components/PartialAirGapDC.mo
5665 codespell -L mot ./Modelica/Electrical/Machines/Examples/ControlledDCDrives
5766 codespell -L singal ./Modelica/Electrical/Analog/UsersGuide/References.mo
5867 codespell -L numer ./Modelica/Math/package.mo
59- codespell -L inport,nd,wit ./Modelica/Mechanics/Rotational
68+ codespell -L inport,nd,supportt, wit ./Modelica/Mechanics/Rotational
6069 codespell -L wit ./Modelica/Mechanics/Translational
6170 codespell -L ist ./Modelica/Mechanics/MultiBody
6271 codespell -L klick ./Modelica/Magnetic/FluxTubes/UsersGuide/Contact.mo
72+ codespell -L nife ./Modelica/Magnetic/FluxTubes/Material/SoftMagnetic/NickelIron
6373 codespell -L technik ./Modelica/Magnetic/FundamentalWave/UsersGuide/References.mo
64- codespell --skip ./ObsoleteModelica4.mo,./Modelica/Constants.mo,./Modelica/Blocks/Continuous.mo,./Modelica/StateGraph.mo,./Modelica/Electrical/Digital.mo,./Modelica/Electrical/Polyphase/Examples/PolyphaseRectifier.mo,./Modelica/Electrical/Polyphase/Examples/Utilities/PolyphaseRectifierData.mo,./Modelica/Fluid/Dissipation.mo,./Modelica/Resources,./Modelica/Media/IdealGases/package.mo,./Modelica/Media/IdealGases/Common/SingleGasesData.mo,./Modelica/Media/IdealGases/Common/Functions.mo,./Modelica/Media/IdealGases/Common/package.mo,./Modelica/Media/Water/IF97_Utilities.mo,./Modelica/Electrical/Polyphase/UsersGuide/References.mo,./Modelica/Electrical/Machines/Examples/ControlledDCDrives,./Modelica/Electrical/Analog/UsersGuide/References.mo,./Modelica/Math/package.mo,./Modelica/Mechanics/Rotational,./Modelica/Mechanics/Translational,./Modelica/Mechanics/MultiBody,./Modelica/Magnetic/FluxTubes/UsersGuide/Contact.mo,./Modelica/Magnetic/FundamentalWave/UsersGuide/References.mo,./.CI,./.github,./.git,*.png -L nin,inport,te,sinc,vie,commutating
74+ codespell -L supportt ./ModelicaTest/Rotational.mo
75+ codespell -L lamda,inport ./ModelicaTestConversion4.mo
76+ codespell --skip ./ObsoleteModelica4.mo,./Modelica/package.mo,./Modelica/Clocked/RealSignals/Periodic/StateSpace.mo,./Modelica/Constants.mo,./Modelica/Blocks/Continuous.mo,./Modelica/StateGraph.mo,./Modelica/Electrical/Digital.mo,./Modelica/Electrical/Polyphase/Examples/PolyphaseRectifier.mo,./Modelica/Electrical/Polyphase/Examples/Utilities/PolyphaseRectifierData.mo,./Modelica/Fluid/package.mo,./Modelica/Fluid/Dissipation.mo,./Modelica/Fluid/Vessels.mo,./Modelica/Fluid/Examples/AST_BatchPlant.mo,./Modelica/Resources,./Modelica/Media/IdealGases/package.mo,./Modelica/Media/IdealGases/Common/SingleGasesData.mo,./Modelica/Media/IdealGases/Common/Functions.mo,./Modelica/Media/IdealGases/Common/package.mo,./Modelica/Media/Air/ReferenceAir.mo,./Modelica/Media/R134a.mo,./Modelica/Media/Water/IF97_Utilities.mo,./Modelica/Electrical/Polyphase/UsersGuide/References.mo,./Modelica/Electrical/Spice3.mo,./Modelica/Electrical/Machines/BasicMachines/Components/PartialAirGapDC.mo,./Modelica/Electrical/Machines/Examples/ControlledDCDrives,./Modelica/Electrical/Analog/UsersGuide/References.mo,./Modelica/Math/package.mo,./Modelica/Mechanics/Rotational,./Modelica/Mechanics/Translational,./Modelica/Mechanics/MultiBody,./Modelica/Magnetic/FluxTubes/UsersGuide/Contact.mo,./Modelica/Magnetic/FluxTubes/Material/SoftMagnetic/NickelIron,./Modelica/Magnetic/FundamentalWave/UsersGuide/References.mo,./ModelicaTest/Rotational.mo,./ModelicaTestConversion4.mo,./.CI,./.github,./.git,*.png -L nin,inport,te,sinc,vie,commutating
77+ clean_workflow_runs :
78+ timeout-minutes : 5
79+ if : github.repository_owner == 'modelica'
80+ runs-on : ubuntu-latest
81+ steps :
82+ - name : Delete workflow runs
83+ uses : dmvict/clean-workflow-runs@v1
84+ with :
85+ run_conclusions : skipped,success
86+ save_period : 90
87+ save_min_runs_number : 25
88+ dry : false
0 commit comments