Skip to content

add workflow

add workflow #1

Workflow file for this run

---
name: CICD
on:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: checkout@v3