Skip to content

Commit

Permalink
Fixing lint file
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Jun 26, 2023
1 parent 654dd74 commit 875670c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ concurrency:
group: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
cancel-in-progress: true

env:

jobs:
code-lints:
runs-on: ubuntu-latest
Expand All @@ -36,15 +34,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
# To use act like:
# act -j code-lints
#
# Note you likely still need to have non submodules setup for the
# local machine, like:
# git submodule deinit --all
- uses: actions/checkout@v3.5.2
if: ${{ env.ACT }}
name: Checkout (ACT for local build)

# Bootstrap and checkout for internal scripts (like idl_lint)
# to run
Expand Down

0 comments on commit 875670c

Please sign in to comment.