Skip to content

Commit

Permalink
Rehash
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Nov 5, 2020
1 parent c2dd7cf commit 25842ee
Show file tree
Hide file tree
Showing 136 changed files with 801 additions and 5,063 deletions.
1 change: 1 addition & 0 deletions .admin
Submodule .admin added at 4a3118
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,18 @@
name: Build

on: [push]

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2.0.0
- run: git fetch --prune --unshallow
- name: Run Fury
run: |
./fury build run --output linear --https
timeout-minutes: 5
22 changes: 16 additions & 6 deletions .gitignore
@@ -1,7 +1,17 @@
target
.jvm
.js
.native
*.class
*.log
*.swp
*.swo
.bloop/
.fury
.idea
bin
.bloop-config
*~
**/#*
**/.#*
tmp/
project
target
.bsp
.metals/
.*.bak
.vscode/
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule ".admin"]
path = .admin
url = git@github.com:propensive/admin
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

61 changes: 0 additions & 61 deletions CHANGES

This file was deleted.

20 changes: 0 additions & 20 deletions CONTRIBUTORS

This file was deleted.

202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions Makefile
@@ -0,0 +1 @@
include .admin/Makefile
17 changes: 0 additions & 17 deletions README.md

This file was deleted.

0 comments on commit 25842ee

Please sign in to comment.