1cbd624adSopenharmony_ci#!/bin/bash 2cbd624adSopenharmony_ci# Ensure formatting and clippy is done on nightly. 3cbd624adSopenharmony_ci 4cbd624adSopenharmony_ciset -e 5cbd624adSopenharmony_ci 6cbd624adSopenharmony_ci# Change to our project home. 7cbd624adSopenharmony_ciscript_dir=`dirname "${BASH_SOURCE[0]}"` 8cbd624adSopenharmony_cicd "$script_dir"/.. 9cbd624adSopenharmony_ci 10cbd624adSopenharmony_cicargo +nightly fmt 11