Skip to content

Merge pull request #54 from reviewdog/renovate/haya14busa-action-bump… #116

Merge pull request #54 from reviewdog/renovate/haya14busa-action-bump…

Merge pull request #54 from reviewdog/renovate/haya14busa-action-bump… #116

Workflow file for this run

name: Self test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: clone
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 2
- name: testbuild
run: |
cd testdata
g++ --version
g++ ./test.cpp -o test
ls
./test