Skip to content

Commit

Permalink
Update lint and test workflow to be called externally
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 20, 2024
1 parent e05340b commit fb87efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint and Test

on: push
on: [push, workflow_call]

jobs:

Expand Down

0 comments on commit fb87efd

Please sign in to comment.