Merge pull request #23 from CloudFire-LLC/disclaimer

add disclaimer
This commit is contained in:
Jamil
2020-05-22 13:51:23 -07:00
committed by GitHub
2 changed files with 8 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ jobs:
- name: Run Static Tests
uses: actions/setup-elixir@v1
with:
elixir-version: 1.10.2
otp-version: 22.3.2
elixir-version: "1.10.3"
otp-version: "23.0"
- name: Install Dependencies
run: mix deps.get --only test
- name: Setup Database

View File

@@ -2,4 +2,9 @@
# FireGuard
Under active development. Check back later.
**Warning**: This project is under active development and is absolutely not secure at the moment.
Do not attempt to use this software until this notice is removed.
You have been warned.
Check back later :-).