Skip to content

temp

temp #17

Workflow file for this run

name: temp
on: [push,pull_request,workflow_dispatch]
jobs:
temp:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- run: |
echo "testing" >> temp