Skip to content

Remove unnecessary utf-8 header in license_headers.py (follow-up to #615) #1480

Remove unnecessary utf-8 header in license_headers.py (follow-up to #615)

Remove unnecessary utf-8 header in license_headers.py (follow-up to #615) #1480

Workflow file for this run

name: Unified Release
on: [push, pull_request]
jobs:
assemble:
name: Assemble
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
stack_version: ['2.4.3']
steps:
- name: Checkout
uses: actions/checkout@v2
- run: "./.ci/make.sh assemble ${{ matrix.stack_version }}"
name: Assemble ${{ matrix.stack_version }}