Skip to content

add initial devcontainer config #28

add initial devcontainer config

add initial devcontainer config #28

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install clang-format and cc65
run: |
sudo apt-get update && sudo apt-get install -y clang-format cc65
- name: Check code is formatted per clang-format
run: |
./travis/check-formatting.sh
- name: Check code compiles with cc65
run: |
make