Skip to content

chore(deps): bump the github-actions group with 3 updates #1069

chore(deps): bump the github-actions group with 3 updates

chore(deps): bump the github-actions group with 3 updates #1069

Workflow file for this run

name: "test"
on:
workflow_dispatch:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
packages: read
contents: read
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- name: build
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
push: never
runCmd: |
npm ci
npm test
npm run build
- name: report result
uses: sarisia/actions-status-discord@33dfe58bd6a779c49926a82a2c008bab1ca733ee
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}