Skip to content

Commit

Permalink
build: 👷 Teste workspace psi
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimsn committed Aug 6, 2021
1 parent f5fb697 commit 8171297
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/format-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Lint and format
on: ['push']

defaults:
run:
working-directory: ./functions/psi

jobs:
format:
name: Lint and format
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: Release
on:
push:
branches: [master, main]

defaults:
run:
working-directory: ./functions/psi

jobs:
release:
name: Release
runs-on: ubuntu-latest
env:
working-directory: ./functions/psi
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Test
on: [push, pull_request]

defaults:
run:
working-directory: ./functions/psi

jobs:
run:
name: Test
runs-on: ubuntu-latest
env:
working-directory: ./functions/psi
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8171297

Please sign in to comment.