Skip to content

Updated all readme files #9

Updated all readme files

Updated all readme files #9

Workflow file for this run

name: CI
on: [push]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: inspect
run: |
ls -al
whoami
pwd
node -v