Skip to content

Makefile

Makefile #1846

Workflow file for this run

name: Makefile
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 18 * * *"
jobs:
all:
runs-on: ubuntu-latest
steps:
- name: Cloning the repository
uses: actions/checkout@v2
- name: Setting up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Running the make
run: make