Skip to content

Create SECURITY.md

Create SECURITY.md #8

Workflow file for this run

name: hello-world
on:
push:
branches: [master]
workflow_dispatch:
jobs:
say-hello:
name: Print Hello World
runs-on: ubuntu-latest
steps:
- name: Say Hello
run: echo "Hello World"