Skip to content

Implemented the loop for reading input into a string without using th… #4

Implemented the loop for reading input into a string without using th…

Implemented the loop for reading input into a string without using th… #4

Workflow file for this run

name: C CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: make format-check
- name: Lint
run: make lint
- name: Build
run: make