Skip to content

Commit

Permalink
add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 12, 2023
1 parent 95aa7d7 commit 82aeb99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SPIN_AUTH_TOKEN=YOUR_TOKEN
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.37
- name: Setup Fluent CI CLI
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.8 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v1
- name: Run Dagger Pipelines
run: dagger run fluentci . fmt lint test
run: fluentci run . fmt lint test
- name: Upload to Codecov
run: dagger run fluentci codecov_pipeline
run: fluentci run codecov_pipeline
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage/
coverage.lcov
coverage.lcov
.env

0 comments on commit 82aeb99

Please sign in to comment.