mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2025-04-23 08:49:31 -04:00
Create Monica Jankovic
moniquejank-patch-1
This commit is contained in:
parent
ce57bff351
commit
de69578c27
17
.github/workflows/Monica Jankovic
vendored
Normal file
17
.github/workflows/Monica Jankovic
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run a one-line script
|
||||
run: echo Hello, world!
|
||||
- name: Run a multi-line script
|
||||
run: |
|
||||
echo Add other actions to build,
|
||||
echo test, and deploy your project.
|
Loading…
x
Reference in New Issue
Block a user