Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teaglebuilt committed Sep 9, 2023
1 parent 538847d commit 91bf148
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yaml
@@ -0,0 +1,14 @@
---
name: CICD

on:
push:
branches:
- master

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: checkout@v3

0 comments on commit 91bf148

Please sign in to comment.