Skip to content

feat: use ubuntu latest #2

feat: use ubuntu latest

feat: use ubuntu latest #2

Workflow file for this run

name: echo
on:
- push
- pull_request
jobs:
echo:
name: echo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: echo
run: |
echo "runner started"
ls -la