diff --git a/.github/workflows/validations.yml b/.github/workflows/validations.yml index 3eb570bc..9766c9d6 100644 --- a/.github/workflows/validations.yml +++ b/.github/workflows/validations.yml @@ -6,14 +6,14 @@ on: types: [opened, reoneped, edited, synchronized] jobs: - SwiftLint: + lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: GitHub Action for SwiftLint with --strict uses: norio-nomura/action-swiftlint@3.2.1 - Danger: + danger: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3