Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 31, 2019
0 parents commit fd6081a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/blank.yml/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: build perl

on: [push]

jobs:
build:

runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-16.04
- windows-2019
- windows-2016
- macOS-10.14
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.

0 comments on commit fd6081a

Please sign in to comment.