We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f9cc30 + a0e921e commit 3e4feb4Copy full SHA for 3e4feb4
.github/CODEOWNERS
@@ -0,0 +1,8 @@
1
+# Global owners
2
+* @Erangamadhushan
3
+
4
+# Documentation owners
5
+*.md @Erangamadhushan
6
7
+# Build owners
8
+*.py @Erangamadhushan
.github/workflows/ci.yml
@@ -0,0 +1,16 @@
+name: CI
+on:
+ push:
+ branches: [ main ]
+ pull_request:
+jobs:
9
+ test:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v3
13
+ - name: Run tests
14
+ run: echo "Running tests..."
15
+ - name: Check files
16
+ run: ls -la
0 commit comments