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 123614b commit e7c57d7Copy full SHA for e7c57d7
.github/workflows/pr.yml
@@ -28,18 +28,7 @@ jobs:
28
29
build-lambda:
30
uses: ./.github/workflows/build-link-index-updater-lambda.yml
31
- runs-on: ubuntu-latest
32
- steps:
33
- - uses: actions/checkout@v4
34
- - name: Amazon Linux 2023 build
35
- run: |
36
- docker build . -t publish-links-index:latest -f src/infra/docs-lambda-index-publisher/lambda.DockerFile
37
- - name: Get bootstrap binary
38
39
- docker cp $(docker create --name tc publish-links-index:latest):/app/.artifacts/publish ./.artifacts && docker rm tc
40
- tree .artifacts
41
- stat .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
42
-
+
43
lint:
44
runs-on: ubuntu-latest
45
defaults:
0 commit comments