Skip to content

Commit 07b6456

Browse files
Add file
1 parent 7a2de55 commit 07b6456

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
on:
3+
push:
4+
branches: [ main, master ]
5+
pull_request:
6+
branches: [ main, master ]
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- name: Build
13+
run: echo "Build successful"

0 commit comments

Comments
 (0)