Skip to content

updated with git changes. #68

updated with git changes.

updated with git changes. #68

Workflow file for this run

on: [push]
jobs:
build:
name: Greeting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.