Skip to content

Commit

Permalink
Experimental workflow (#47)
Browse files Browse the repository at this point in the history
* Experimental workflow

* Delete listUtilTest.jl

* Delete arrayUtilTest.jl
  • Loading branch information
JKRT committed Apr 15, 2020
1 parent f322c3e commit ddd6654
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 57 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Format

on: [push, pull_request]
#sdsdsd
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: JKRT/julia-format@master
with:
args: -i 2 -v .
3 changes: 0 additions & 3 deletions test/arrayUtilTest.jl

This file was deleted.

54 changes: 0 additions & 54 deletions test/listUtilTest.jl

This file was deleted.

0 comments on commit ddd6654

Please sign in to comment.