Skip to content

Commit

Permalink
Missing export statements + TagBot.yml added
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Jun 15, 2021
1 parent f7031f3 commit 3b8b133
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}


3 changes: 3 additions & 0 deletions src/ModiaPlot_CairoMakie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const Date = "2021-06-15"

println("Importing ModiaPlot_CairoMakie Version $Version ($Date) - this takes some time due to CairoMakie import")

export plot, showFigure, saveFigure, closeFigure, closeAllFigures
export resultInfo, showResultInfo

import ModiaResult
import Colors
import Measurements
Expand Down

0 comments on commit 3b8b133

Please sign in to comment.