Skip to content

Commit

Permalink
Merge pull request #14 from moka-rs/gitpod
Browse files Browse the repository at this point in the history
Support developping using Gitpod.io
  • Loading branch information
tatsuya6502 committed Apr 24, 2021
2 parents c8cb4ca + 135640b commit 92aa9f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
paths-ignore:
- '.devcontainer/**'
- '.gitpod.yml'
- '.vscode/**'
pull_request:
paths-ignore:
- '.devcontainer/**'
- '.gitpod.yml'
- '.vscode/**'
schedule:
# Run against the last commit on the default branch on Friday at 8pm (UTC?)
Expand Down
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
- init: cargo build
command: cargo watch -x run

vscode:
extensions:
- eamodio.gitlens@11.4.1:5426ef7c59a1fd3c808d1e1514afb539
- bungcip.better-toml@0.3.2:6c7597fbefd4d2edc80cd4ab9e510078
- streetsidesoftware.code-spell-checker@1.10.4:92856cb92ade23ff2764841b46d2fac2

0 comments on commit 92aa9f6

Please sign in to comment.