Skip to content

docs(readme): improve the wording and contextual structure #839

docs(readme): improve the wording and contextual structure

docs(readme): improve the wording and contextual structure #839

Workflow file for this run

name: Build - C++14
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@main
- name: Build JuleC
run: |
julec --compiler clang --cppstd cpp14 src/julec