Skip to content

fix: linters version #5

fix: linters version

fix: linters version #5

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