Skip to content

πŸ‘·β€β™‚οΈ Run build workflow on main push #32

πŸ‘·β€β™‚οΈ Run build workflow on main push

πŸ‘·β€β™‚οΈ Run build workflow on main push #32

Workflow file for this run

name: PR
on: [pull_request]
jobs:
tests:
name: Tests
uses: ./.github/workflows/tests.yml
swiftlint:
name: Swiftlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
changelog:
name: Changelog
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- name: Changelog Reminder
uses: peterjgrainger/[email protected]
with:
changelog_regex: 'CHANGELOG.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}