Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

chore(deps): bump follow-redirects from 1.15.2 to 1.15.5 #2

chore(deps): bump follow-redirects from 1.15.2 to 1.15.5

chore(deps): bump follow-redirects from 1.15.2 to 1.15.5 #2

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@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- name: build
uses: devcontainers/ci@57eaf0c9b518a76872bc429cdceefd65a912309b
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@82409b24a08684f54ea5baa6b376e36dad37fb81
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}