Skip to content

Merge pull request #2 from araffin/fix/write-u16 #3

Merge pull request #2 from araffin/fix/write-u16

Merge pull request #2 from araffin/fix/write-u16 #3

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
env:
TERM: xterm-256color
FORCE_COLOR: 1
# Skip CI if [ci skip] in the commit message
if: "! contains(toJSON(github.event.commits.*.message), '[ci skip]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get install libserial-dev
- name: Build and run examples
run: |
cd examples/
./build.sh
./bin/file_read_write.x -y