{"id":20887722,"url":"https://github.com/opsway/actions","last_synced_at":"2026-04-13T01:16:18.116Z","repository":{"id":68473406,"uuid":"233607440","full_name":"opsway/actions","owner":"opsway","description":"GitHub Actions collection by OpsWay","archived":false,"fork":false,"pushed_at":"2020-01-13T13:56:21.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-31T17:45:43.434Z","etag":null,"topics":["github-actions","php","psalm"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opsway.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-13T13:55:46.000Z","updated_at":"2020-01-13T13:59:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"2593e2a6-6f6c-4c21-8c27-2614fdeb167e","html_url":"https://github.com/opsway/actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opsway/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opsway","download_url":"https://codeload.github.com/opsway/actions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Factions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31735905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","php","psalm"],"created_at":"2024-11-18T08:22:12.543Z","updated_at":"2026-04-13T01:16:18.105Z","avatar_url":"https://github.com/opsway.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions collection by OpsWay\n\n[For local test use act](https://github.com/nektos/act)\n\n## Use case\n\n### Static analysis with Psalm\n\nCreate alias fo command `psalm`\n```shell script\nalias psalm=\"docker run --rm -it -v \\${PWD}:/app quay.io/opsway/actions:psalm\"\n```\n\nCreate config where config_level represents how strict you want Psalm to be.\n \n\u003e `1` is the strictest, `8` is the most lenient\n\n```shell script\npsalm --init src 8 \n```\n\nHide current statistical analysis errors ;)\n\n```shell script\npsalm --set-baseline=psalm-debt.xml\n```\n\nRun local\n\n```shell script\npsalm --show-info=false\n```\n\nRun on GitHub Action, create `.github/main.workflow`\n```hcl\nworkflow \"Main\" {\n  on = \"push\"\n  resolves = [\"Psalm\"]\n}\n\naction \"Psalm\" {\n  uses = \"docker://quay.io/opsway/actions:psalm\"\n  args = \"--show-info=false\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsway%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopsway%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsway%2Factions/lists"}