Skip to content

Update README.md

Update README.md #81

Workflow file for this run

name: Check Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Checking Core of NET-UP
run: bash .github/workflows/checkbuild.sh
shell: bash