Skip to content

fixed linting issues #6

fixed linting issues

fixed linting issues #6

Workflow file for this run

name: actions-runner
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "Hello World"