Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPlowman committed Oct 5, 2024
1 parent 4f96c7d commit ac7f9c0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 29 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/action-preview.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/code-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ jobs:

- name: Build Docker Image
run: just docker-build

- name: Run Docker Image
run: just docker-run
1 change: 1 addition & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
VALIDATE_PYTHON_RUFF: false
VALIDATE_PYTHON_PYINK: false
VALIDATE_NATURAL_LANGUAGE: false
GITHUB_ACTIONS_COMMAND_ARGS: "-ignore '.branding.icon.'"

check-python-code-format-and-quality:
name: Check Python Code Format and Quality
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/code-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
- name: Install Poetry Dependencies
run: just install

- name: Run Analyser
env:
INPUT_REPOSITORY_OWNER: ${{ github.repository_owner }}
run: just run
- name: Run GitHub Stats Analyser
uses: ./
with:
repository_owner: ${{ github.repository_owner }}

- name: Copy generated files to github pages folder
run: cp -r statistics/*.json test/schema_validation
run: cp repository_statistics.json test/schema_validation

- name: Validate Schema
run: just validate-schema
1 change: 1 addition & 0 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
allowed_prefixes: "feat: ,fix: ,bug: ,ci: ,refactor: ,docs: ,build: ,chore(,deps(,chore: ,feat!: ,fix!: ,refactor!: ,test: " # title should start with the given prefix
labeller:
name: Labeller
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
Expand Down
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ inputs:
repository_owner:
description: "The GitHub repository owner"
required: true

branding:
icon: "code"
color: "black"
color: black
icon: code

0 comments on commit ac7f9c0

Please sign in to comment.