Skip to content

Commit

Permalink
Some housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Jan 24, 2022
1 parent 64e036d commit a298111
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 35 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: TagBot
on:
schedule:
- cron: 0 0 * * *
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 }}
ssh: ${{ secrets.DOCUMENTER_KEY }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Manifest.toml
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) Clemens Brunner
Copyright (c) XDF.jl developers
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 0 additions & 4 deletions Manifest.toml

This file was deleted.

26 changes: 0 additions & 26 deletions test/Manifest.toml

This file was deleted.

3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using XDF
using Test
using XDF, Test

@testset "Minimal XDF file" begin
url = "https://github.com/xdf-modules/example-files/blob/master/minimal.xdf?raw=true"
Expand Down

0 comments on commit a298111

Please sign in to comment.