{"id":21835755,"url":"https://github.com/vtex/action-lint","last_synced_at":"2025-04-14T09:15:22.687Z","repository":{"id":40546383,"uuid":"256542936","full_name":"vtex/action-lint","owner":"vtex","description":"Github action to optionally lint a project","archived":false,"fork":false,"pushed_at":"2023-08-21T21:18:44.000Z","size":149,"stargazers_count":5,"open_issues_count":9,"forks_count":4,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-14T09:15:03.780Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/vtex.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}},"created_at":"2020-04-17T15:37:45.000Z","updated_at":"2023-03-24T03:48:00.000Z","dependencies_parsed_at":"2024-06-20T21:59:58.864Z","dependency_job_id":"ffad92bd-eb73-4d2b-932e-88033df57c94","html_url":"https://github.com/vtex/action-lint","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"b597865314cf48073a62c1590fb7e107da4a6194"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Faction-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Faction-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Faction-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Faction-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vtex","download_url":"https://codeload.github.com/vtex/action-lint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852184,"owners_count":21171842,"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":[],"created_at":"2024-11-27T20:24:23.077Z","updated_at":"2025-04-14T09:15:22.653Z","avatar_url":"https://github.com/vtex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lint action\n\nThis is a simple Github action that runs the `lint` script of a project. If the project doesn't have a `package.json` nor a `lint` script, the action is skipped.\n\n## Usage\n\nTo use it, just add it to your workflow and you're done:\n\n```yml\n# someworkflow.yml\nname: CI Pull Requests\n\non:\n  pull_request:\n    branches: [master]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@master\n      - name: Use Node.js 12.x\n        uses: actions/setup-node@master\n        with:\n          node-version: 12.x\n        env:\n          RUNNER_TEMP: /tmp\n\n      - name: yarn install\n        run: yarn install --frozen-lockfile\n\n      - name: Lint project\n        uses: vtex/action-lint@master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex%2Faction-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtex%2Faction-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex%2Faction-lint/lists"}