Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenull authored Mar 7, 2024
1 parent c5265fb commit 4e9b67c
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,8 @@ on:
branches: [ "master" ]

jobs:
build:

fallen:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: make

- name: Run check
run: make check

- name: Run distcheck
run: make distcheck
- name: say hello
run: echo "Hello world!"

0 comments on commit 4e9b67c

Please sign in to comment.