We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa7e69f + 54db1cc commit a296ba2Copy full SHA for a296ba2
3 files changed
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @lloydevans
.github/workflows/ci.yml
@@ -8,7 +8,8 @@ permissions:
8
contents: read
9
10
jobs:
11
- ci:
+ lint-and-test:
12
+ name: Lint & Test
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
.github/workflows/release-please.yml
@@ -1,4 +1,4 @@
-name: Release Please
+name: Release
2
3
on:
4
push:
0 commit comments