Skip to content

Commit

Permalink
Create test-on-ubuntu.yml (#47)
Browse files Browse the repository at this point in the history
* Create test-on-ubuntu.yml

* Rename .github/workflows/.github/workflows/test-on-ubuntu.yml to .github/workflows/test-on-ubuntu.yml
  • Loading branch information
htrgouvea committed Jun 19, 2024
1 parent 837d089 commit 778435f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test-on-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Testing on Ubuntu
on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt install -y perl cpanminus
sudo cpanm --installdeps .
- name: Verify the basic usage
run: |
perl nozaki.pl

0 comments on commit 778435f

Please sign in to comment.