Skip to content

fix(failure_code): use fflags CSR instead of fcsr in fflags mismatch reporter #2

fix(failure_code): use fflags CSR instead of fcsr in fflags mismatch reporter

fix(failure_code): use fflags CSR instead of fcsr in fflags mismatch reporter #2

Workflow file for this run

# jcarlin@hmc.edu
# SPDX-License-Identifier: Apache-2.0
name: autofix.ci
on:
pull_request:
# Only run on the latest commit if a PR is updated
concurrency:
group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
cancel-in-progress: true
permissions:
contents: read
jobs:
autofix:
name: Update generated tests and coverpoints
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Set up mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- name: Regenerate tests and coverpoints
run: make clean-tests tests
- name: Apply fixes
uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8