Add assembling directory and ASSEMBLE_XYZ_FROM_BYTES_fct functions #249
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform. | |
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml | |
name: Check for Tabs | |
on: | |
push: | |
branches: [ "release", "develop", "freeze" ] | |
pull_request: | |
branches: [ "release", "develop", "freeze" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: quay.io/eclipse4diac/4diac-fortebuildcontainer:latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Test for Tabs | |
run: tests/findTabs.sh |