Skip to content

Commit

Permalink
Merge pull request #4 from seekrs/Kbz-8-patch-1
Browse files Browse the repository at this point in the history
Create makefile.yml
  • Loading branch information
Kbz-8 authored Jan 10, 2024
2 parents 6e31586 + 14bea4d commit 06a3c75
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Compiling
run: make
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# fastclass
# fastclass <a href="https://github.com/seekrs/fastclass/actions/workflows/makefile.yml"><img src="https://github.com/seekrs/fastclass/actions/workflows/makefile.yml/badge.svg"></a>

A C program destined to make C++ classes faster following the orthodox canonical class form.

Expand Down

0 comments on commit 06a3c75

Please sign in to comment.