Skip to content

Remove dprint

Remove dprint #59

Workflow file for this run

name: Validate Source
on:
pull_request:
branches: [ "master", "main" ]
push:
branches: [ "master", "main" ]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup fteqcc
run: |
wget https://www.fteqcc.org/dl/fteqcc_linux64.zip
unzip fteqcc_linux64.zip
mkdir -p bin
mv fteqcc64 bin/fteqcc
- name: build package
run: PATH=./bin:$PATH make