Skip to content

Commit

Permalink
Adding actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamihai committed Jul 8, 2023
1 parent dd3d04a commit d1441d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-and-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check
shell: bash
run: echo ${{ github.event.pull_request }}

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d1441d6

Please sign in to comment.