{"id":13677903,"url":"https://github.com/arma-actions/sqflint","last_synced_at":"2025-04-29T12:32:22.426Z","repository":{"id":65158945,"uuid":"208466284","full_name":"arma-actions/sqflint","owner":"arma-actions","description":"Action for LordGolias/sqflint","archived":false,"fork":false,"pushed_at":"2019-10-16T16:27:38.000Z","size":7,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-15T19:02:14.412Z","etag":null,"topics":["actions","arma","sqflint"],"latest_commit_sha":null,"homepage":"https://github.com/LordGolias/sqf","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/arma-actions.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}},"created_at":"2019-09-14T16:10:25.000Z","updated_at":"2024-05-14T16:16:31.000Z","dependencies_parsed_at":"2023-01-04T12:36:07.460Z","dependency_job_id":null,"html_url":"https://github.com/arma-actions/sqflint","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.0714285714285714,"last_synced_commit":"9a70a2aa1701534b2f4bcfde10fd77c941b8c243"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arma-actions%2Fsqflint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arma-actions%2Fsqflint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arma-actions%2Fsqflint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arma-actions%2Fsqflint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arma-actions","download_url":"https://codeload.github.com/arma-actions/sqflint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224173302,"owners_count":17268092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions","arma","sqflint"],"created_at":"2024-08-02T13:00:48.376Z","updated_at":"2024-11-11T20:30:37.462Z","avatar_url":"https://github.com/arma-actions.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# GitHub Action for SQFLint\n\nThis action runs [sqflint](https://github.com/LordGolias/sqf) on your code.\n\nBy default the program is run with following arguments:\n  - `--exit e` - return 1 and exit on error\n  - `--directory addons` - lint code in `addons` directory\n\n## Example workflow\n\n```yml\n# main.yml\nname: CI\n\non:\n  push:\n    branches:\n      - master\n  pull_request: ~\n\njobs:\n  test-sqflint:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@master\n\n      - uses: arma-actions/sqflint@v1.0\n        name: Validate with SQFLint\n```\n\n# Customizing arguments\n\nIf you want to customize the arguments given to `sqflint` binary you can do this by specifying the arguments in `jobs.\u003cjob\u003e.steps.with.args`. *This will remove default arguments from sqflint.*\n\n```yml\n# main.yml\njobs:\n  test-sqflint:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@master\n\n      - uses: arma-actions/sqflint@v1.0\n        name: Validate with SQFLint with custom arguments\n        with:\n          args: --exit w --directory Missionframework\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farma-actions%2Fsqflint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farma-actions%2Fsqflint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farma-actions%2Fsqflint/lists"}