Skip to content

Implement full support for E5M2, and decoding for E4M3 #22

Implement full support for E5M2, and decoding for E4M3

Implement full support for E5M2, and decoding for E4M3 #22

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Set up HLint'
uses: rwe/actions-hlint-setup@v1
- name: 'Run HLint'
uses: rwe/actions-hlint-run@v2