Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Errors when running julia --project -i scripts/basic-example.jl #8061

Errors when running julia --project -i scripts/basic-example.jl

Errors when running julia --project -i scripts/basic-example.jl #8061

Workflow file for this run

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: actions/checkout@v1
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}