Skip to content

Update format-check.yml #22

Update format-check.yml

Update format-check.yml #22

Workflow file for this run

name: Linux build
on:
push:
branches:
- '*'
jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build binary
run: make
- name: Upload binary to artifacts
uses: actions/upload-artifact@v4
with:
name: webserv-linux
path: bin/webserv
if-no-files-found: error