Skip to content

Create makefile.yml

Create makefile.yml #1

Workflow file for this run

name: Makefile CI
env:
DST: NoPhoneSpam_blacklist.txt
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Make
run: make
- uses: actions/upload-artifact@v4
with:

Check failure on line 25 in .github/workflows/makefile.yml

View workflow run for this annotation

GitHub Actions / Makefile CI

Invalid workflow file

The workflow is not valid. .github/workflows/makefile.yml (Line: 25, Col: 12): Unexpected value '' .github/workflows/makefile.yml (Line: 27, Col: 7): Unexpected value 'path'
name: blacklist
path: NoPhoneSpam_blacklist.txt