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.
1 parent b642ede commit 0d0886cCopy full SHA for 0d0886c
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
environment: deploy-to-azure
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- uses: Azure/functions-action@v1
20
with:
21
app-name: GitGitGadget
.github/workflows/pr.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/setup-node@v3
10
11
node-version: 18
12
13
- name: npm install
14
run: npm install
- name: run ESLint
0 commit comments