Skip to content

Enforce LF for shell scripts #106

Enforce LF for shell scripts

Enforce LF for shell scripts #106

name: Build FRONTEND
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
ref: 'develop'
- uses: ./.github/actions/build_frontend