Skip to content

Commit

Permalink
#5 Merge pull request from a-lab-nagoya/astropenguin/issue4
Browse files Browse the repository at this point in the history
Update writing environment
  • Loading branch information
astropenguin committed Jul 10, 2023
2 parents 0b84e34 + b7640ac commit 1726b9d
Show file tree
Hide file tree
Showing 5 changed files with 1,416 additions and 6,155 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"customizations": {
"vscode": {
"extensions": [
"antfu.slidev",
"github.vscode-pull-request-github",
"marp-team.marp-vscode",
"mhutchie.git-graph",
"streetsidesoftware.code-spell-checker"
],
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
job:
name: Build
runs-on: ubuntu-latest
container: node:20.2
steps:
- uses: actions/checkout@v3
- uses: devcontainers/ci@v0.3
with:
runCmd: npx slidev build
- run: npm install && npx marp slides.md
Loading

0 comments on commit 1726b9d

Please sign in to comment.