Skip to content

test

test #5

Workflow file for this run

name: Test Actions
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run echo command
run: echo "meowmeowmeow"