Skip to content

Commit

Permalink
Use the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-majlis committed Jan 20, 2025
1 parent cb1b15b commit 070d4ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pyre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ name: Pyre
on:
workflow_dispatch:
push:
branches: [ "master" ]
branches: ["master"]
pull_request:
branches: [ "master" ]
branches: ["master"]

permissions:
contents: read
contents: read

jobs:
pyre:
Expand All @@ -38,9 +38,9 @@ jobs:
submodules: true

- name: Run Pyre
uses: facebook/pyre-action@60697a7858f7cc8470d8cc494a3cf2ad6b06560d
uses: facebook/pyre-action@v0.0.2
with:
# To customize these inputs:
# See https://github.com/facebook/pyre-action#inputs
repo-directory: './'
requirements-path: 'requirements.txt'
repo-directory: "./"
requirements-path: "requirements.txt"

0 comments on commit 070d4ed

Please sign in to comment.