Skip to content

Add type hints to my code #3

Add type hints to my code

Add type hints to my code #3

Workflow file for this run

name: Print Message
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
echo:
name: echo a string
runs-on: ubuntu-latest
steps:
- name: echo
run: echo "Look! I'm a string!"