pakooo's picture
Duplicate from andrewkroening/nba-war-predictor
4a54baf
raw
history blame contribute delete
No virus
362 Bytes
name: Continuous Integration
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install packages
run: make install
- name: lint
run: make lint
- name: format
run: make format