Skip to content

updates to the links #82

updates to the links

updates to the links #82

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.