Skip to content

Commit

Permalink
cimas: update configuration add integration workflow
Browse files Browse the repository at this point in the history
request-checks: true
  • Loading branch information
CAMOBAP committed Jun 23, 2024
1 parent 52a2538 commit f49d513
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: integration

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

permissions:
contents: write

jobs:
rake:
uses: metanorma/ci/.github/workflows/inkscape-rake.yml@main
secrets:
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
6 changes: 6 additions & 0 deletions .github/workflows/rake.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: rake

on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:

permissions:
contents: write

jobs:
rake:
uses: metanorma/ci/.github/workflows/inkscape-rake.yml@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: release

on:
Expand All @@ -9,8 +11,6 @@ on:
Also, you can pass 'skip' to skip 'git tag' and do 'gem push' for the current version
required: true
default: 'skip'
push:
tags: [ v* ]
repository_dispatch:
types: [ do-release ]

Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ inherit_from:
# ...

AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: 3.4

0 comments on commit f49d513

Please sign in to comment.