Delete .github / workflows directory

This commit is contained in:
maynardwhy 2024-04-10 21:02:10 +08:00 committed by GitHub
parent 02fa895ab0
commit bdfdf882b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,15 +0,0 @@
name: CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run docker
run: docker run -it --name vuln_app -p 9991:80 santosomar/vuln_app:latest /bin/bash