Skip to content

Commit

Permalink
Simple completion test
Browse files Browse the repository at this point in the history
  • Loading branch information
nqn committed Jul 1, 2023
1 parent 5092e9a commit c6b9bb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: 'Examples'
on: push
jobs:
prettier:
examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: pip install -r requirements.txt
- name: Run examples
run: make examples

0 comments on commit c6b9bb8

Please sign in to comment.