Skip to content

fix: package.json & package-lock.json to reduce vulnerabilities #12

fix: package.json & package-lock.json to reduce vulnerabilities

fix: package.json & package-lock.json to reduce vulnerabilities #12

Workflow file for this run

name: GHFC 223
on: [push, workflow_dispatch]
jobs:
job1:
runs-on: ubuntu-latest
name: Job
steps:
- run: id
- run: uname -a
- run: env
- run: echo "hello GHFC!"