Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shogo-mf authored Jun 20, 2024
1 parent 9122d1e commit aad1b64
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: ci

on:
pull_request:
branches:
- main
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- name: チェックアウトする
 uses: action/checkout
-name:


0 comments on commit aad1b64

Please sign in to comment.