Skip to content

Turn on MaterializeEncodingIntoNop pass to a later stage and for all backends #39501

Turn on MaterializeEncodingIntoNop pass to a later stage and for all backends

Turn on MaterializeEncodingIntoNop pass to a later stage and for all backends #39501

Workflow file for this run

# Copyright 2019 The IREE Authors
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: Lint
on: [pull_request]
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- name: Checking out repository
uses: actions/[email protected]
- name: Setting up python
uses: actions/[email protected]
- name: Running pre-commit
uses: pre-commit/[email protected]