Compare commits

...

2 Commits

Author SHA1 Message Date
drunkendog eac69f93df Merge pull request 'main' (#4) from main into custom-container-actions
Build Docker Image for Actions / Check-If-Rebuild (push) Successful in 2s Details
Build Docker Image for Actions / Build-Image (push) Has been skipped Details
Environment Setup Test / Setup (push) Successful in 33s Details
Code Quality Test / Quality-Check (push) Failing after 12s Details
Reviewed-on: #4
2023-08-28 18:53:39 +01:00
drunkendog f217b36bdc Custom container to speed up actions
Build Docker Image for Actions / Check-Last-Time (push) Successful in 4s Details
Build Docker Image for Actions / Build-Image (push) Has been skipped Details
Code Quality Test / Quality-Check (push) Failing after 10s Details
Environment Setup Test / Setup (push) Successful in 30s Details
2023-08-28 18:36:37 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
Quality-Check:
runs-on: ubuntu-22.04
container: drunkendog/standard-build-actions
steps:
- name: Check out repository code
uses: actions/checkout@v3