Skip to content

Update workflow to use Ubuntu 22.04 #288

Update workflow to use Ubuntu 22.04

Update workflow to use Ubuntu 22.04 #288

name: "[PR Open] example"
on:
pull_request:
types: [opened]
jobs:
example:
runs-on: ubuntu-latest
steps:
- run: echo "Implement here with test codes!"