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 046d453 + b3fed7c commit 3940c47Copy full SHA for 3940c47
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
environment: deploy-to-azure
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
18
- uses: Azure/functions-action@v1
19
with:
20
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
run: npm install
- name: run ESLint
0 commit comments