Skip to content

Commit

Permalink
feat: Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 10, 2024
1 parent ba643d1 commit 6d788f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
env:
INPUT_YAML_FILE_PATH: ./yq-test-action.yml
run: |
docker run \
--user root \
docker run \
--workdir /github/workspace \
--volume "${{ github.workspace }}":/github/workspace \
--volume "${{ runner.temp }}/_runner_file_commands":${{ runner.temp }}/_runner_file_commands \
Expand Down
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Set the base image to use for subsequent instructions
FROM mikefarah/yq:4.43.1

# Set the working directory inside the container
#WORKDIR /usr/src
FROM mikefarah/yq:4.43.1-githubaction

# Copy any source file(s) required for the action
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 6d788f2

Please sign in to comment.