Skip to content

Commit

Permalink
Merge pull request #1 from davidlynch19k82-gmail-com/rexingQ-patch-1
Browse files Browse the repository at this point in the history
expert-computing-machine
  • Loading branch information
rexingQ authored Jun 14, 2022
2 parents b4c38cb + f5e80a3 commit ea9e4ff
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- 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.

0 comments on commit ea9e4ff

Please sign in to comment.