Skip to content

Commit

Permalink
wip: workflow testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBuhler committed Dec 3, 2024
1 parent ddec6ff commit b16f780
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build and SCP

on:
push:
branches:
- master

jobs:
build-and-scp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.autoSave": "onFocusChange",
"editor.formatOnPaste": true,
"editor.formatOnSave": true
}

0 comments on commit b16f780

Please sign in to comment.